@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSchedulingPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribeSchedulingPolicies.
NOOP | Constructor and Description |
|---|
DescribeSchedulingPoliciesRequest () |
| Modifier and Type | Method and Description |
|---|---|
DescribeSchedulingPoliciesRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
List<String> |
getArns ()
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
|
int |
hashCode () |
void |
setArns (Collection<String> arns)
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeSchedulingPoliciesRequest |
withArns (Collection<String> arns)
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
|
DescribeSchedulingPoliciesRequest |
withArns (String... arns)
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
|
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 DescribeSchedulingPoliciesRequest()
public List<String> getArns()
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
public void setArns(Collection<String> arns)
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
arns - A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.public DescribeSchedulingPoliciesRequest withArns(String... arns)
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
NOTE: This method appends the values to the existing list (if any). Use
setArns(java.util.Collection) or withArns(java.util.Collection) if you want to override the
existing values.
arns - A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.public DescribeSchedulingPoliciesRequest withArns(Collection<String> arns)
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
arns - A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.public String toString()
toString in class Object Object.toString() public DescribeSchedulingPoliciesRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()