@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetEffectiveLifecyclePolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetEffectiveLifecyclePolicyRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetEffectiveLifecyclePolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<LifecyclePolicyResourceIdentifier> |
getResourceIdentifiers()
The unique identifiers of policy types and resource names.
|
int |
hashCode() |
void |
setResourceIdentifiers(Collection<LifecyclePolicyResourceIdentifier> resourceIdentifiers)
The unique identifiers of policy types and resource names.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetEffectiveLifecyclePolicyRequest |
withResourceIdentifiers(Collection<LifecyclePolicyResourceIdentifier> resourceIdentifiers)
The unique identifiers of policy types and resource names.
|
BatchGetEffectiveLifecyclePolicyRequest |
withResourceIdentifiers(LifecyclePolicyResourceIdentifier... resourceIdentifiers)
The unique identifiers of policy types and resource names.
|
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 BatchGetEffectiveLifecyclePolicyRequest()
public List<LifecyclePolicyResourceIdentifier> getResourceIdentifiers()
The unique identifiers of policy types and resource names.
public void setResourceIdentifiers(Collection<LifecyclePolicyResourceIdentifier> resourceIdentifiers)
The unique identifiers of policy types and resource names.
resourceIdentifiers
- The unique identifiers of policy types and resource names.public BatchGetEffectiveLifecyclePolicyRequest withResourceIdentifiers(LifecyclePolicyResourceIdentifier... resourceIdentifiers)
The unique identifiers of policy types and resource names.
NOTE: This method appends the values to the existing list (if any). Use
setResourceIdentifiers(java.util.Collection)
or withResourceIdentifiers(java.util.Collection)
if you want to override the existing values.
resourceIdentifiers
- The unique identifiers of policy types and resource names.public BatchGetEffectiveLifecyclePolicyRequest withResourceIdentifiers(Collection<LifecyclePolicyResourceIdentifier> resourceIdentifiers)
The unique identifiers of policy types and resource names.
resourceIdentifiers
- The unique identifiers of policy types and resource names.public String toString()
toString
in class Object
Object.toString()
public BatchGetEffectiveLifecyclePolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()