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