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 BlockerDeclaration
clone()
boolean
equals(Object obj)
String
getName()
Reserved for future use.String
getType()
Reserved for future use.int
hashCode()
void
setName(String name)
Reserved for future use.void
setType(BlockerType type)
Reserved for future use.void
setType(String type)
Reserved for future use.String
toString()
Returns a string representation of this object; useful for testing and debugging.BlockerDeclaration
withName(String name)
Reserved for future use.BlockerDeclaration
withType(BlockerType type)
Reserved for future use.BlockerDeclaration
withType(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public BlockerDeclaration clone()
-
-