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