@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrderedResourceDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Details of the network resources in the order.
Constructor and Description |
---|
OrderedResourceDefinition() |
Modifier and Type | Method and Description |
---|---|
OrderedResourceDefinition |
clone() |
boolean |
equals(Object obj) |
CommitmentConfiguration |
getCommitmentConfiguration()
The duration and renewal status of the commitment period for each radio unit in the order.
|
Integer |
getCount()
The number of network resources in the order.
|
String |
getType()
The type of network resource in the order.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCommitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
The duration and renewal status of the commitment period for each radio unit in the order.
|
void |
setCount(Integer count)
The number of network resources in the order.
|
void |
setType(String type)
The type of network resource in the order.
|
String |
toString()
Returns a string representation of this object.
|
OrderedResourceDefinition |
withCommitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
The duration and renewal status of the commitment period for each radio unit in the order.
|
OrderedResourceDefinition |
withCount(Integer count)
The number of network resources in the order.
|
OrderedResourceDefinition |
withType(NetworkResourceDefinitionType type)
The type of network resource in the order.
|
OrderedResourceDefinition |
withType(String type)
The type of network resource in the order.
|
public void setCommitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
The duration and renewal status of the commitment period for each radio unit in the order. Does not show details if the resource type is DEVICE_IDENTIFIER.
commitmentConfiguration
- The duration and renewal status of the commitment period for each radio unit in the order. Does not show
details if the resource type is DEVICE_IDENTIFIER.public CommitmentConfiguration getCommitmentConfiguration()
The duration and renewal status of the commitment period for each radio unit in the order. Does not show details if the resource type is DEVICE_IDENTIFIER.
public OrderedResourceDefinition withCommitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
The duration and renewal status of the commitment period for each radio unit in the order. Does not show details if the resource type is DEVICE_IDENTIFIER.
commitmentConfiguration
- The duration and renewal status of the commitment period for each radio unit in the order. Does not show
details if the resource type is DEVICE_IDENTIFIER.public void setCount(Integer count)
The number of network resources in the order.
count
- The number of network resources in the order.public Integer getCount()
The number of network resources in the order.
public OrderedResourceDefinition withCount(Integer count)
The number of network resources in the order.
count
- The number of network resources in the order.public void setType(String type)
The type of network resource in the order.
type
- The type of network resource in the order.NetworkResourceDefinitionType
public String getType()
The type of network resource in the order.
NetworkResourceDefinitionType
public OrderedResourceDefinition withType(String type)
The type of network resource in the order.
type
- The type of network resource in the order.NetworkResourceDefinitionType
public OrderedResourceDefinition withType(NetworkResourceDefinitionType type)
The type of network resource in the order.
type
- The type of network resource in the order.NetworkResourceDefinitionType
public String toString()
toString
in class Object
Object.toString()
public OrderedResourceDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.