public class BlockerDeclaration extends Object implements Serializable, Cloneable
Reserved for future use.
Constructor and Description |
---|
BlockerDeclaration() |
Modifier and Type | Method and 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.
|
public void setName(String name)
Reserved for future use.
name
- Reserved for future use.public String getName()
Reserved for future use.
public BlockerDeclaration withName(String name)
Reserved for future use.
name
- Reserved for future use.public void setType(String type)
Reserved for future use.
type
- Reserved for future use.BlockerType
public String getType()
Reserved for future use.
BlockerType
public BlockerDeclaration withType(String type)
Reserved for future use.
type
- Reserved for future use.BlockerType
public void setType(BlockerType type)
Reserved for future use.
type
- Reserved for future use.BlockerType
public BlockerDeclaration withType(BlockerType type)
Reserved for future use.
type
- Reserved for future use.BlockerType
public String toString()
toString
in class Object
Object.toString()
public BlockerDeclaration clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.