@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationResourceLifecycleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateApplicationResourceLifecycleRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateApplicationResourceLifecycleRequest | 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. | 
| UpdateApplicationResourceLifecycleRequest | withApplicationName(String applicationName)
 The name of the application. | 
| UpdateApplicationResourceLifecycleRequest | withResourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
 The lifecycle configuration. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateApplicationResourceLifecycleRequest()
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 UpdateApplicationResourceLifecycleRequest 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 UpdateApplicationResourceLifecycleRequest withResourceLifecycleConfig(ApplicationResourceLifecycleConfig resourceLifecycleConfig)
The lifecycle configuration.
resourceLifecycleConfig - The lifecycle configuration.public String toString()
toString in class ObjectObject.toString()public UpdateApplicationResourceLifecycleRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.