@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateResourceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
BookingOptions |
getBookingOptions()
The resource's booking options to be updated.
|
String |
getName()
The name of the resource to be updated.
|
String |
getOrganizationId()
The identifier associated with the organization for which the resource is updated.
|
String |
getResourceId()
The identifier of the resource to be updated.
|
int |
hashCode() |
void |
setBookingOptions(BookingOptions bookingOptions)
The resource's booking options to be updated.
|
void |
setName(String name)
The name of the resource to be updated.
|
void |
setOrganizationId(String organizationId)
The identifier associated with the organization for which the resource is updated.
|
void |
setResourceId(String resourceId)
The identifier of the resource to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResourceRequest |
withBookingOptions(BookingOptions bookingOptions)
The resource's booking options to be updated.
|
UpdateResourceRequest |
withName(String name)
The name of the resource to be updated.
|
UpdateResourceRequest |
withOrganizationId(String organizationId)
The identifier associated with the organization for which the resource is updated.
|
UpdateResourceRequest |
withResourceId(String resourceId)
The identifier of the resource to be updated.
|
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 setOrganizationId(String organizationId)
The identifier associated with the organization for which the resource is updated.
organizationId
- The identifier associated with the organization for which the resource is updated.public String getOrganizationId()
The identifier associated with the organization for which the resource is updated.
public UpdateResourceRequest withOrganizationId(String organizationId)
The identifier associated with the organization for which the resource is updated.
organizationId
- The identifier associated with the organization for which the resource is updated.public void setResourceId(String resourceId)
The identifier of the resource to be updated.
resourceId
- The identifier of the resource to be updated.public String getResourceId()
The identifier of the resource to be updated.
public UpdateResourceRequest withResourceId(String resourceId)
The identifier of the resource to be updated.
resourceId
- The identifier of the resource to be updated.public void setName(String name)
The name of the resource to be updated.
name
- The name of the resource to be updated.public String getName()
The name of the resource to be updated.
public UpdateResourceRequest withName(String name)
The name of the resource to be updated.
name
- The name of the resource to be updated.public void setBookingOptions(BookingOptions bookingOptions)
The resource's booking options to be updated.
bookingOptions
- The resource's booking options to be updated.public BookingOptions getBookingOptions()
The resource's booking options to be updated.
public UpdateResourceRequest withBookingOptions(BookingOptions bookingOptions)
The resource's booking options to be updated.
bookingOptions
- The resource's booking options to be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.