@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoreNetworkSummary extends Object implements Serializable, Cloneable, StructuredPojo
Returns summary information about a core network.
| Constructor and Description |
|---|
CoreNetworkSummary() |
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCoreNetworkArn()
a core network ARN.
|
String |
getCoreNetworkId()
The ID of a core network.
|
String |
getDescription()
The description of a core network.
|
String |
getGlobalNetworkId()
The global network ID.
|
String |
getOwnerAccountId()
The ID of the account owner.
|
String |
getState()
The state of a core network.
|
List<Tag> |
getTags()
The key-value tags associated with a core network summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCoreNetworkArn(String coreNetworkArn)
a core network ARN.
|
void |
setCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
void |
setDescription(String description)
The description of a core network.
|
void |
setGlobalNetworkId(String globalNetworkId)
The global network ID.
|
void |
setOwnerAccountId(String ownerAccountId)
The ID of the account owner.
|
void |
setState(String state)
The state of a core network.
|
void |
setTags(Collection<Tag> tags)
The key-value tags associated with a core network summary.
|
String |
toString()
Returns a string representation of this object.
|
CoreNetworkSummary |
withCoreNetworkArn(String coreNetworkArn)
a core network ARN.
|
CoreNetworkSummary |
withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
CoreNetworkSummary |
withDescription(String description)
The description of a core network.
|
CoreNetworkSummary |
withGlobalNetworkId(String globalNetworkId)
The global network ID.
|
CoreNetworkSummary |
withOwnerAccountId(String ownerAccountId)
The ID of the account owner.
|
CoreNetworkSummary |
withState(CoreNetworkState state)
The state of a core network.
|
CoreNetworkSummary |
withState(String state)
The state of a core network.
|
CoreNetworkSummary |
withTags(Collection<Tag> tags)
The key-value tags associated with a core network summary.
|
CoreNetworkSummary |
withTags(Tag... tags)
The key-value tags associated with a core network summary.
|
public void setCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId - The ID of a core network.public String getCoreNetworkId()
The ID of a core network.
public CoreNetworkSummary withCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId - The ID of a core network.public void setCoreNetworkArn(String coreNetworkArn)
a core network ARN.
coreNetworkArn - a core network ARN.public String getCoreNetworkArn()
a core network ARN.
public CoreNetworkSummary withCoreNetworkArn(String coreNetworkArn)
a core network ARN.
coreNetworkArn - a core network ARN.public void setGlobalNetworkId(String globalNetworkId)
The global network ID.
globalNetworkId - The global network ID.public String getGlobalNetworkId()
The global network ID.
public CoreNetworkSummary withGlobalNetworkId(String globalNetworkId)
The global network ID.
globalNetworkId - The global network ID.public void setOwnerAccountId(String ownerAccountId)
The ID of the account owner.
ownerAccountId - The ID of the account owner.public String getOwnerAccountId()
The ID of the account owner.
public CoreNetworkSummary withOwnerAccountId(String ownerAccountId)
The ID of the account owner.
ownerAccountId - The ID of the account owner.public void setState(String state)
The state of a core network.
state - The state of a core network.CoreNetworkStatepublic String getState()
The state of a core network.
CoreNetworkStatepublic CoreNetworkSummary withState(String state)
The state of a core network.
state - The state of a core network.CoreNetworkStatepublic CoreNetworkSummary withState(CoreNetworkState state)
The state of a core network.
state - The state of a core network.CoreNetworkStatepublic void setDescription(String description)
The description of a core network.
description - The description of a core network.public String getDescription()
The description of a core network.
public CoreNetworkSummary withDescription(String description)
The description of a core network.
description - The description of a core network.public List<Tag> getTags()
The key-value tags associated with a core network summary.
public void setTags(Collection<Tag> tags)
The key-value tags associated with a core network summary.
tags - The key-value tags associated with a core network summary.public CoreNetworkSummary withTags(Tag... tags)
The key-value tags associated with a core network summary.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - The key-value tags associated with a core network summary.public CoreNetworkSummary withTags(Collection<Tag> tags)
The key-value tags associated with a core network summary.
tags - The key-value tags associated with a core network summary.public String toString()
toString in class ObjectObject.toString()public CoreNetworkSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.