@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutAccountPreferencesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutAccountPreferencesRequest() |
Modifier and Type | Method and Description |
---|---|
PutAccountPreferencesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceIdType()
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either
LONG_ID (17 characters), or SHORT_ID (8 characters). |
int |
hashCode() |
void |
setResourceIdType(String resourceIdType)
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either
LONG_ID (17 characters), or SHORT_ID (8 characters). |
String |
toString()
Returns a string representation of this object.
|
PutAccountPreferencesRequest |
withResourceIdType(ResourceIdType resourceIdType)
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either
LONG_ID (17 characters), or SHORT_ID (8 characters). |
PutAccountPreferencesRequest |
withResourceIdType(String resourceIdType)
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either
LONG_ID (17 characters), or SHORT_ID (8 characters). |
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 setResourceIdType(String resourceIdType)
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either LONG_ID
(17 characters), or SHORT_ID
(8 characters).
resourceIdType
- Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current
Amazon Web Services Region, either LONG_ID
(17 characters), or SHORT_ID
(8
characters).ResourceIdType
public String getResourceIdType()
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either LONG_ID
(17 characters), or SHORT_ID
(8 characters).
LONG_ID
(17 characters), or SHORT_ID
(8 characters).ResourceIdType
public PutAccountPreferencesRequest withResourceIdType(String resourceIdType)
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either LONG_ID
(17 characters), or SHORT_ID
(8 characters).
resourceIdType
- Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current
Amazon Web Services Region, either LONG_ID
(17 characters), or SHORT_ID
(8
characters).ResourceIdType
public PutAccountPreferencesRequest withResourceIdType(ResourceIdType resourceIdType)
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either LONG_ID
(17 characters), or SHORT_ID
(8 characters).
resourceIdType
- Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current
Amazon Web Services Region, either LONG_ID
(17 characters), or SHORT_ID
(8
characters).ResourceIdType
public String toString()
toString
in class Object
Object.toString()
public PutAccountPreferencesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()