@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplication()
The name or ID of the application.
|
String |
getDescription()
The description of the application.
|
String |
getName()
The anme of the application.
|
int |
hashCode() |
void |
setApplication(String application)
The name or ID of the application.
|
void |
setDescription(String description)
The description of the application.
|
void |
setName(String name)
The anme of the application.
|
String |
toString()
Returns a string representation of this object.
|
UpdateApplicationRequest |
withApplication(String application)
The name or ID of the application.
|
UpdateApplicationRequest |
withDescription(String description)
The description of the application.
|
UpdateApplicationRequest |
withName(String name)
The anme of the application.
|
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 setApplication(String application)
The name or ID of the application. The name must be unique in the region in which you are updating the attribute group.
application
- The name or ID of the application. The name must be unique in the region in which you are updating the
attribute group.public String getApplication()
The name or ID of the application. The name must be unique in the region in which you are updating the attribute group.
public UpdateApplicationRequest withApplication(String application)
The name or ID of the application. The name must be unique in the region in which you are updating the attribute group.
application
- The name or ID of the application. The name must be unique in the region in which you are updating the
attribute group.public void setName(String name)
The anme of the application. The name must be unique in the region in which you are creating the application.
name
- The anme of the application. The name must be unique in the region in which you are creating the
application.public String getName()
The anme of the application. The name must be unique in the region in which you are creating the application.
public UpdateApplicationRequest withName(String name)
The anme of the application. The name must be unique in the region in which you are creating the application.
name
- The anme of the application. The name must be unique in the region in which you are creating the
application.public void setDescription(String description)
The description of the application.
description
- The description of the application.public String getDescription()
The description of the application.
public UpdateApplicationRequest withDescription(String description)
The description of the application.
description
- The description of the application.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()