@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SyncResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SyncResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
SyncResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResource()
An entity you can work with and specify with a name or ID.
|
String |
getResourceType()
The type of resource of which the application will be associated.
|
int |
hashCode() |
void |
setResource(String resource)
An entity you can work with and specify with a name or ID.
|
void |
setResourceType(String resourceType)
The type of resource of which the application will be associated.
|
String |
toString()
Returns a string representation of this object.
|
SyncResourceRequest |
withResource(String resource)
An entity you can work with and specify with a name or ID.
|
SyncResourceRequest |
withResourceType(ResourceType resourceType)
The type of resource of which the application will be associated.
|
SyncResourceRequest |
withResourceType(String resourceType)
The type of resource of which the application will be associated.
|
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, withSdkRequestTimeoutpublic void setResourceType(String resourceType)
The type of resource of which the application will be associated.
resourceType - The type of resource of which the application will be associated.ResourceTypepublic String getResourceType()
The type of resource of which the application will be associated.
ResourceTypepublic SyncResourceRequest withResourceType(String resourceType)
The type of resource of which the application will be associated.
resourceType - The type of resource of which the application will be associated.ResourceTypepublic SyncResourceRequest withResourceType(ResourceType resourceType)
The type of resource of which the application will be associated.
resourceType - The type of resource of which the application will be associated.ResourceTypepublic void setResource(String resource)
An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.
resource - An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an
Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.public String getResource()
An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.
public SyncResourceRequest withResource(String resource)
An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.
resource - An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an
Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.public String toString()
toString in class ObjectObject.toString()public SyncResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()