@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationResourceLifecycleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateApplicationResourceLifecycleResult() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationResourceLifecycleResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application.
|
ApplicationResourceLifecycleConfig |
getResourceLifecycleConfig()
The lifecycle configuration.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application.
|
void |
setResourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
The lifecycle configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateApplicationResourceLifecycleResult |
withApplicationName(String applicationName)
The name of the application.
|
UpdateApplicationResourceLifecycleResult |
withResourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
The lifecycle configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdateApplicationResourceLifecycleResult()
public void setApplicationName(String applicationName)
The name of the application.
applicationName
- The name of the application.public String getApplicationName()
The name of the application.
public UpdateApplicationResourceLifecycleResult withApplicationName(String applicationName)
The name of the application.
applicationName
- The name of the application.public void setResourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
The lifecycle configuration.
resourceLifecycleConfig
- The lifecycle configuration.public ApplicationResourceLifecycleConfig getResourceLifecycleConfig()
The lifecycle configuration.
public UpdateApplicationResourceLifecycleResult withResourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
The lifecycle configuration.
resourceLifecycleConfig
- The lifecycle configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationResourceLifecycleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.