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