Class BlockerDeclaration
- java.lang.Object
-
- com.amazonaws.services.codepipeline.model.BlockerDeclaration
-
- All Implemented Interfaces:
Serializable,Cloneable
public class BlockerDeclaration extends Object implements Serializable, Cloneable
Reserved for future use.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlockerDeclaration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockerDeclarationclone()booleanequals(Object obj)StringgetName()Reserved for future use.StringgetType()Reserved for future use.inthashCode()voidsetName(String name)Reserved for future use.voidsetType(BlockerType type)Reserved for future use.voidsetType(String type)Reserved for future use.StringtoString()Returns a string representation of this object; useful for testing and debugging.BlockerDeclarationwithName(String name)Reserved for future use.BlockerDeclarationwithType(BlockerType type)Reserved for future use.BlockerDeclarationwithType(String type)Reserved for future use.
-
-
-
Method Detail
-
setName
public void setName(String name)
Reserved for future use.
- Parameters:
name- Reserved for future use.
-
getName
public String getName()
Reserved for future use.
- Returns:
- Reserved for future use.
-
withName
public BlockerDeclaration withName(String name)
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
public void setType(String type)
Reserved for future use.
- Parameters:
type- Reserved for future use.- See Also:
BlockerType
-
getType
public String getType()
Reserved for future use.
- Returns:
- Reserved for future use.
- See Also:
BlockerType
-
withType
public BlockerDeclaration withType(String type)
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:
BlockerType
-
setType
public void setType(BlockerType type)
Reserved for future use.
- Parameters:
type- Reserved for future use.- See Also:
BlockerType
-
withType
public BlockerDeclaration withType(BlockerType type)
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:
BlockerType
-
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 BlockerDeclaration clone()
-
-