@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileCacheRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFileCacheRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFileCacheRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken() |
String |
getFileCacheId()
The ID of the cache that you are updating.
|
UpdateFileCacheLustreConfiguration |
getLustreConfiguration()
The configuration updates for an Amazon File Cache resource.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setFileCacheId(String fileCacheId)
The ID of the cache that you are updating.
|
void |
setLustreConfiguration(UpdateFileCacheLustreConfiguration lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFileCacheRequest |
withClientRequestToken(String clientRequestToken) |
UpdateFileCacheRequest |
withFileCacheId(String fileCacheId)
The ID of the cache that you are updating.
|
UpdateFileCacheRequest |
withLustreConfiguration(UpdateFileCacheLustreConfiguration lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
|
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 setFileCacheId(String fileCacheId)
The ID of the cache that you are updating.
fileCacheId
- The ID of the cache that you are updating.public String getFileCacheId()
The ID of the cache that you are updating.
public UpdateFileCacheRequest withFileCacheId(String fileCacheId)
The ID of the cache that you are updating.
fileCacheId
- The ID of the cache that you are updating.public void setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public UpdateFileCacheRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public void setLustreConfiguration(UpdateFileCacheLustreConfiguration lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
lustreConfiguration
- The configuration updates for an Amazon File Cache resource.public UpdateFileCacheLustreConfiguration getLustreConfiguration()
The configuration updates for an Amazon File Cache resource.
public UpdateFileCacheRequest withLustreConfiguration(UpdateFileCacheLustreConfiguration lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
lustreConfiguration
- The configuration updates for an Amazon File Cache resource.public String toString()
toString
in class Object
Object.toString()
public UpdateFileCacheRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()