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 CreateCustomActionTypeResultclone()booleanequals(Object obj)ActionTypegetActionType()inthashCode()voidsetActionType(ActionType actionType)StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateCustomActionTypeResultwithActionType(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateCustomActionTypeResult clone()
-
-