@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSchedulingPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateSchedulingPolicyResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateSchedulingPolicyResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getArn()
 The Amazon Resource Name (ARN) of the scheduling policy. 
 | 
String | 
getName()
 The name of the scheduling policy. 
 | 
int | 
hashCode()  | 
void | 
setArn(String arn)
 The Amazon Resource Name (ARN) of the scheduling policy. 
 | 
void | 
setName(String name)
 The name of the scheduling policy. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateSchedulingPolicyResult | 
withArn(String arn)
 The Amazon Resource Name (ARN) of the scheduling policy. 
 | 
CreateSchedulingPolicyResult | 
withName(String name)
 The name of the scheduling policy. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setName(String name)
The name of the scheduling policy.
name - The name of the scheduling policy.public String getName()
The name of the scheduling policy.
public CreateSchedulingPolicyResult withName(String name)
The name of the scheduling policy.
name - The name of the scheduling policy.public void setArn(String arn)
 The Amazon Resource Name (ARN) of the scheduling policy. The format is
 aws:Partition:batch:Region:Account:scheduling-policy/Name . For example,
 aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy.
 
arn - The Amazon Resource Name (ARN) of the scheduling policy. The format is
        aws:Partition:batch:Region:Account:scheduling-policy/Name . For
        example, aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy.public String getArn()
 The Amazon Resource Name (ARN) of the scheduling policy. The format is
 aws:Partition:batch:Region:Account:scheduling-policy/Name . For example,
 aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy.
 
aws:Partition:batch:Region:Account:scheduling-policy/Name . For
         example, aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy.public CreateSchedulingPolicyResult withArn(String arn)
 The Amazon Resource Name (ARN) of the scheduling policy. The format is
 aws:Partition:batch:Region:Account:scheduling-policy/Name . For example,
 aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy.
 
arn - The Amazon Resource Name (ARN) of the scheduling policy. The format is
        aws:Partition:batch:Region:Account:scheduling-policy/Name . For
        example, aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy.public String toString()
toString in class ObjectObject.toString()public CreateSchedulingPolicyResult clone()