@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAutomaticTapeCreationPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAutomaticTapeCreationPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAutomaticTapeCreationPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<AutomaticTapeCreationRule> |
getAutomaticTapeCreationRules()
An automatic tape creation policy consists of a list of automatic tape creation rules.
|
String |
getGatewayARN() |
int |
hashCode() |
void |
setAutomaticTapeCreationRules(Collection<AutomaticTapeCreationRule> automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules.
|
void |
setGatewayARN(String gatewayARN) |
String |
toString()
Returns a string representation of this object.
|
UpdateAutomaticTapeCreationPolicyRequest |
withAutomaticTapeCreationRules(AutomaticTapeCreationRule... automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules.
|
UpdateAutomaticTapeCreationPolicyRequest |
withAutomaticTapeCreationRules(Collection<AutomaticTapeCreationRule> automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules.
|
UpdateAutomaticTapeCreationPolicyRequest |
withGatewayARN(String gatewayARN) |
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 UpdateAutomaticTapeCreationPolicyRequest()
public List<AutomaticTapeCreationRule> getAutomaticTapeCreationRules()
An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.
public void setAutomaticTapeCreationRules(Collection<AutomaticTapeCreationRule> automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.
automaticTapeCreationRules
- An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine
when and how to automatically create new tapes.public UpdateAutomaticTapeCreationPolicyRequest withAutomaticTapeCreationRules(AutomaticTapeCreationRule... automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.
NOTE: This method appends the values to the existing list (if any). Use
setAutomaticTapeCreationRules(java.util.Collection)
or
withAutomaticTapeCreationRules(java.util.Collection)
if you want to override the existing values.
automaticTapeCreationRules
- An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine
when and how to automatically create new tapes.public UpdateAutomaticTapeCreationPolicyRequest withAutomaticTapeCreationRules(Collection<AutomaticTapeCreationRule> automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.
automaticTapeCreationRules
- An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine
when and how to automatically create new tapes.public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public UpdateAutomaticTapeCreationPolicyRequest withGatewayARN(String gatewayARN)
gatewayARN
- public String toString()
toString
in class Object
Object.toString()
public UpdateAutomaticTapeCreationPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.