@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppImageConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAppImageConfigResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAppImageConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppImageConfigArn()
The ARN of the AppImageConfig.
|
int |
hashCode() |
void |
setAppImageConfigArn(String appImageConfigArn)
The ARN of the AppImageConfig.
|
String |
toString()
Returns a string representation of this object.
|
CreateAppImageConfigResult |
withAppImageConfigArn(String appImageConfigArn)
The ARN of the AppImageConfig.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAppImageConfigArn(String appImageConfigArn)
The ARN of the AppImageConfig.
appImageConfigArn - The ARN of the AppImageConfig.public String getAppImageConfigArn()
The ARN of the AppImageConfig.
public CreateAppImageConfigResult withAppImageConfigArn(String appImageConfigArn)
The ARN of the AppImageConfig.
appImageConfigArn - The ARN of the AppImageConfig.public String toString()
toString in class ObjectObject.toString()public CreateAppImageConfigResult clone()