@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAddonInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAddonInstanceResult() |
Modifier and Type | Method and Description |
---|---|
CreateAddonInstanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getAddonInstanceId()
The unique ID of the Add On instance created by this API.
|
int |
hashCode() |
void |
setAddonInstanceId(String addonInstanceId)
The unique ID of the Add On instance created by this API.
|
String |
toString()
Returns a string representation of this object.
|
CreateAddonInstanceResult |
withAddonInstanceId(String addonInstanceId)
The unique ID of the Add On instance created by this API.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAddonInstanceId(String addonInstanceId)
The unique ID of the Add On instance created by this API.
addonInstanceId
- The unique ID of the Add On instance created by this API.public String getAddonInstanceId()
The unique ID of the Add On instance created by this API.
public CreateAddonInstanceResult withAddonInstanceId(String addonInstanceId)
The unique ID of the Add On instance created by this API.
addonInstanceId
- The unique ID of the Add On instance created by this API.public String toString()
toString
in class Object
Object.toString()
public CreateAddonInstanceResult clone()