@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListedEntitlement extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ListedEntitlement() |
Modifier and Type | Method and Description |
---|---|
ListedEntitlement |
clone() |
boolean |
equals(Object obj) |
Integer |
getDataTransferSubscriberFeePercent()
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
String |
getEntitlementArn()
The ARN of the entitlement.
|
String |
getEntitlementName()
The name of the entitlement.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
void |
setEntitlementArn(String entitlementArn)
The ARN of the entitlement.
|
void |
setEntitlementName(String entitlementName)
The name of the entitlement.
|
String |
toString()
Returns a string representation of this object.
|
ListedEntitlement |
withDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
ListedEntitlement |
withEntitlementArn(String entitlementArn)
The ARN of the entitlement.
|
ListedEntitlement |
withEntitlementName(String entitlementName)
The name of the entitlement.
|
public void setDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
dataTransferSubscriberFeePercent
- Percentage from 0-100 of the data transfer cost to be billed to the subscriber.public Integer getDataTransferSubscriberFeePercent()
public ListedEntitlement withDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
dataTransferSubscriberFeePercent
- Percentage from 0-100 of the data transfer cost to be billed to the subscriber.public void setEntitlementArn(String entitlementArn)
entitlementArn
- The ARN of the entitlement.public String getEntitlementArn()
public ListedEntitlement withEntitlementArn(String entitlementArn)
entitlementArn
- The ARN of the entitlement.public void setEntitlementName(String entitlementName)
entitlementName
- The name of the entitlement.public String getEntitlementName()
public ListedEntitlement withEntitlementName(String entitlementName)
entitlementName
- The name of the entitlement.public String toString()
toString
in class Object
Object.toString()
public ListedEntitlement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.