@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public UpdateBlueprintResult clone()