Class BlockerDeclaration
java.lang.Object
com.amazonaws.services.codepipeline.model.BlockerDeclaration
- All Implemented Interfaces:
Serializable, Cloneable
Reserved for future use.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()Reserved for future use.getType()Reserved for future use.inthashCode()voidReserved for future use.voidsetType(BlockerType type) Reserved for future use.voidReserved for future use.toString()Returns a string representation of this object; useful for testing and debugging.Reserved for future use.withType(BlockerType type) Reserved for future use.Reserved for future use.
-
Constructor Details
-
BlockerDeclaration
public BlockerDeclaration()
-
-
Method Details
-
setName
Reserved for future use.
- Parameters:
name- Reserved for future use.
-
getName
-
withName
Reserved for future use.
- Parameters:
name- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
Reserved for future use.
- Parameters:
type- Reserved for future use.- See Also:
-
getType
-
withType
Reserved for future use.
- Parameters:
type- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
Reserved for future use.
- Parameters:
type- Reserved for future use.- See Also:
-
withType
Reserved for future use.
- Parameters:
type- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
-
equals
-
hashCode
-
clone
-