Class CreateCustomActionTypeResult
java.lang.Object
com.amazonaws.services.codepipeline.model.CreateCustomActionTypeResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a create custom action operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setActionType
(ActionType actionType) toString()
Returns a string representation of this object; useful for testing and debugging.withActionType
(ActionType actionType)
-
Constructor Details
-
CreateCustomActionTypeResult
public CreateCustomActionTypeResult()
-
-
Method Details
-
setActionType
- Parameters:
actionType
-
-
getActionType
- Returns:
-
withActionType
- Parameters:
actionType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-