@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchedulingPolicyListingDetail extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the details of a scheduling policy 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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.