@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBlueprintResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteBlueprintResult() |
Modifier and Type | Method and Description |
---|---|
DeleteBlueprintResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Returns the name of the blueprint that was deleted.
|
int |
hashCode() |
void |
setName(String name)
Returns the name of the blueprint that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBlueprintResult |
withName(String name)
Returns the name of the blueprint that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
Returns the name of the blueprint that was deleted.
name
- Returns the name of the blueprint that was deleted.public String getName()
Returns the name of the blueprint that was deleted.
public DeleteBlueprintResult withName(String name)
Returns the name of the blueprint that was deleted.
name
- Returns the name of the blueprint that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteBlueprintResult clone()