@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCustomerMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeCustomerMetadataResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomerMetadataResult |
clone() |
boolean |
equals(Object obj) |
List<CustomerAgreement> |
getAgreements()
The list of customer agreements.
|
String |
getNniPartnerType()
The type of network-to-network interface (NNI) partner.
|
int |
hashCode() |
void |
setAgreements(Collection<CustomerAgreement> agreements)
The list of customer agreements.
|
void |
setNniPartnerType(String nniPartnerType)
The type of network-to-network interface (NNI) partner.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCustomerMetadataResult |
withAgreements(Collection<CustomerAgreement> agreements)
The list of customer agreements.
|
DescribeCustomerMetadataResult |
withAgreements(CustomerAgreement... agreements)
The list of customer agreements.
|
DescribeCustomerMetadataResult |
withNniPartnerType(NniPartnerType nniPartnerType)
The type of network-to-network interface (NNI) partner.
|
DescribeCustomerMetadataResult |
withNniPartnerType(String nniPartnerType)
The type of network-to-network interface (NNI) partner.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<CustomerAgreement> getAgreements()
The list of customer agreements.
public void setAgreements(Collection<CustomerAgreement> agreements)
The list of customer agreements.
agreements - The list of customer agreements.public DescribeCustomerMetadataResult withAgreements(CustomerAgreement... agreements)
The list of customer agreements.
NOTE: This method appends the values to the existing list (if any). Use
setAgreements(java.util.Collection) or withAgreements(java.util.Collection) if you want to
override the existing values.
agreements - The list of customer agreements.public DescribeCustomerMetadataResult withAgreements(Collection<CustomerAgreement> agreements)
The list of customer agreements.
agreements - The list of customer agreements.public void setNniPartnerType(String nniPartnerType)
The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
nniPartnerType - The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
NniPartnerTypepublic String getNniPartnerType()
The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
NniPartnerTypepublic DescribeCustomerMetadataResult withNniPartnerType(String nniPartnerType)
The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
nniPartnerType - The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
NniPartnerTypepublic DescribeCustomerMetadataResult withNniPartnerType(NniPartnerType nniPartnerType)
The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
nniPartnerType - The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
NniPartnerTypepublic String toString()
toString in class ObjectObject.toString()public DescribeCustomerMetadataResult clone()