@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchedulingPolicyListingDetail extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the details of a scheduling policy that's returned in a ListSchedulingPolicy
action.
Constructor and Description |
---|
SchedulingPolicyListingDetail() |
Modifier and Type | Method and Description |
---|---|
SchedulingPolicyListingDetail |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Amazon Resource Name (ARN) of the scheduling policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
Amazon Resource Name (ARN) of the scheduling policy.
|
String |
toString()
Returns a string representation of this object.
|
SchedulingPolicyListingDetail |
withArn(String arn)
Amazon Resource Name (ARN) of the scheduling policy.
|
public void setArn(String arn)
Amazon Resource Name (ARN) of the scheduling policy.
arn
- Amazon Resource Name (ARN) of the scheduling policy.public String getArn()
Amazon Resource Name (ARN) of the scheduling policy.
public SchedulingPolicyListingDetail withArn(String arn)
Amazon Resource Name (ARN) of the scheduling policy.
arn
- Amazon Resource Name (ARN) of the scheduling policy.public String toString()
toString
in class Object
Object.toString()
public SchedulingPolicyListingDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.