@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLifecycleConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| PutLifecycleConfigurationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| PutLifecycleConfigurationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getFileSystemId()
 The ID of the file system for which you are creating the  LifecycleConfigurationobject (String). | 
| List<LifecyclePolicy> | getLifecyclePolicies()
 An array of  LifecyclePolicyobjects that define the file system'sLifecycleConfigurationobject. | 
| int | hashCode() | 
| void | setFileSystemId(String fileSystemId)
 The ID of the file system for which you are creating the  LifecycleConfigurationobject (String). | 
| void | setLifecyclePolicies(Collection<LifecyclePolicy> lifecyclePolicies)
 An array of  LifecyclePolicyobjects that define the file system'sLifecycleConfigurationobject. | 
| String | toString()Returns a string representation of this object. | 
| PutLifecycleConfigurationRequest | withFileSystemId(String fileSystemId)
 The ID of the file system for which you are creating the  LifecycleConfigurationobject (String). | 
| PutLifecycleConfigurationRequest | withLifecyclePolicies(Collection<LifecyclePolicy> lifecyclePolicies)
 An array of  LifecyclePolicyobjects that define the file system'sLifecycleConfigurationobject. | 
| PutLifecycleConfigurationRequest | withLifecyclePolicies(LifecyclePolicy... lifecyclePolicies)
 An array of  LifecyclePolicyobjects that define the file system'sLifecycleConfigurationobject. | 
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 setFileSystemId(String fileSystemId)
 The ID of the file system for which you are creating the LifecycleConfiguration object (String).
 
fileSystemId - The ID of the file system for which you are creating the LifecycleConfiguration object
        (String).public String getFileSystemId()
 The ID of the file system for which you are creating the LifecycleConfiguration object (String).
 
LifecycleConfiguration object
         (String).public PutLifecycleConfigurationRequest withFileSystemId(String fileSystemId)
 The ID of the file system for which you are creating the LifecycleConfiguration object (String).
 
fileSystemId - The ID of the file system for which you are creating the LifecycleConfiguration object
        (String).public List<LifecyclePolicy> getLifecyclePolicies()
 An array of LifecyclePolicy objects that define the file system's
 LifecycleConfiguration object. A LifecycleConfiguration object tells lifecycle
 management when to transition files from the Standard storage class to the Infrequent Access storage class.
 
LifecyclePolicy objects that define the file system's
         LifecycleConfiguration object. A LifecycleConfiguration object tells lifecycle
         management when to transition files from the Standard storage class to the Infrequent Access storage
         class.public void setLifecyclePolicies(Collection<LifecyclePolicy> lifecyclePolicies)
 An array of LifecyclePolicy objects that define the file system's
 LifecycleConfiguration object. A LifecycleConfiguration object tells lifecycle
 management when to transition files from the Standard storage class to the Infrequent Access storage class.
 
lifecyclePolicies - An array of LifecyclePolicy objects that define the file system's
        LifecycleConfiguration object. A LifecycleConfiguration object tells lifecycle
        management when to transition files from the Standard storage class to the Infrequent Access storage
        class.public PutLifecycleConfigurationRequest withLifecyclePolicies(LifecyclePolicy... lifecyclePolicies)
 An array of LifecyclePolicy objects that define the file system's
 LifecycleConfiguration object. A LifecycleConfiguration object tells lifecycle
 management when to transition files from the Standard storage class to the Infrequent Access storage class.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setLifecyclePolicies(java.util.Collection) or withLifecyclePolicies(java.util.Collection) if
 you want to override the existing values.
 
lifecyclePolicies - An array of LifecyclePolicy objects that define the file system's
        LifecycleConfiguration object. A LifecycleConfiguration object tells lifecycle
        management when to transition files from the Standard storage class to the Infrequent Access storage
        class.public PutLifecycleConfigurationRequest withLifecyclePolicies(Collection<LifecyclePolicy> lifecyclePolicies)
 An array of LifecyclePolicy objects that define the file system's
 LifecycleConfiguration object. A LifecycleConfiguration object tells lifecycle
 management when to transition files from the Standard storage class to the Infrequent Access storage class.
 
lifecyclePolicies - An array of LifecyclePolicy objects that define the file system's
        LifecycleConfiguration object. A LifecycleConfiguration object tells lifecycle
        management when to transition files from the Standard storage class to the Infrequent Access storage
        class.public String toString()
toString in class ObjectObject.toString()public PutLifecycleConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()