@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateApplicationSnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
CreateApplicationSnapshotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of an existing application
|
String |
getSnapshotName()
An identifier for the application snapshot.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of an existing application
|
void |
setSnapshotName(String snapshotName)
An identifier for the application snapshot.
|
String |
toString()
Returns a string representation of this object.
|
CreateApplicationSnapshotRequest |
withApplicationName(String applicationName)
The name of an existing application
|
CreateApplicationSnapshotRequest |
withSnapshotName(String snapshotName)
An identifier for the application snapshot.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setApplicationName(String applicationName)
The name of an existing application
applicationName
- The name of an existing applicationpublic String getApplicationName()
The name of an existing application
public CreateApplicationSnapshotRequest withApplicationName(String applicationName)
The name of an existing application
applicationName
- The name of an existing applicationpublic void setSnapshotName(String snapshotName)
An identifier for the application snapshot.
snapshotName
- An identifier for the application snapshot.public String getSnapshotName()
An identifier for the application snapshot.
public CreateApplicationSnapshotRequest withSnapshotName(String snapshotName)
An identifier for the application snapshot.
snapshotName
- An identifier for the application snapshot.public String toString()
toString
in class Object
Object.toString()
public CreateApplicationSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()