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.BlockerTypepublic String getType()
Reserved for future use.
BlockerTypepublic BlockerDeclaration withType(String type)
Reserved for future use.
type - Reserved for future use.BlockerTypepublic void setType(BlockerType type)
Reserved for future use.
type - Reserved for future use.BlockerTypepublic BlockerDeclaration withType(BlockerType type)
Reserved for future use.
type - Reserved for future use.BlockerTypepublic String toString()
toString in class ObjectObject.toString()public BlockerDeclaration clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.