Class CreateCustomActionTypeResult
- java.lang.Object
-
- com.amazonaws.services.codepipeline.model.CreateCustomActionTypeResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class CreateCustomActionTypeResult extends Object implements Serializable, Cloneable
Represents the output of a create custom action operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateCustomActionTypeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCustomActionTypeResult
clone()
boolean
equals(Object obj)
ActionType
getActionType()
int
hashCode()
void
setActionType(ActionType actionType)
String
toString()
Returns a string representation of this object; useful for testing and debugging.CreateCustomActionTypeResult
withActionType(ActionType actionType)
-
-
-
Method Detail
-
setActionType
public void setActionType(ActionType actionType)
- Parameters:
actionType
-
-
getActionType
public ActionType getActionType()
- Returns:
-
withActionType
public CreateCustomActionTypeResult withActionType(ActionType actionType)
- Parameters:
actionType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateCustomActionTypeResult clone()
-
-