@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoreNetwork extends Object implements Serializable, Cloneable, StructuredPojo
Describes a core network.
Constructor and Description |
---|
CoreNetwork() |
Modifier and Type | Method and Description |
---|---|
CoreNetwork |
clone() |
boolean |
equals(Object obj) |
String |
getCoreNetworkArn()
The ARN of a core network.
|
String |
getCoreNetworkId()
The ID of a core network.
|
Date |
getCreatedAt()
The timestamp when a core network was created.
|
String |
getDescription()
The description of a core network.
|
List<CoreNetworkEdge> |
getEdges()
The edges within a core network.
|
String |
getGlobalNetworkId()
The ID of the global network that your core network is a part of.
|
List<CoreNetworkNetworkFunctionGroup> |
getNetworkFunctionGroups()
The network function groups associated with a core network.
|
List<CoreNetworkSegment> |
getSegments()
The segments within a core network.
|
String |
getState()
The current state of a core network.
|
List<Tag> |
getTags()
The list of key-value tags associated with a core network.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCoreNetworkArn(String coreNetworkArn)
The ARN of a core network.
|
void |
setCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
void |
setCreatedAt(Date createdAt)
The timestamp when a core network was created.
|
void |
setDescription(String description)
The description of a core network.
|
void |
setEdges(Collection<CoreNetworkEdge> edges)
The edges within a core network.
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network that your core network is a part of.
|
void |
setNetworkFunctionGroups(Collection<CoreNetworkNetworkFunctionGroup> networkFunctionGroups)
The network function groups associated with a core network.
|
void |
setSegments(Collection<CoreNetworkSegment> segments)
The segments within a core network.
|
void |
setState(String state)
The current state of a core network.
|
void |
setTags(Collection<Tag> tags)
The list of key-value tags associated with a core network.
|
String |
toString()
Returns a string representation of this object.
|
CoreNetwork |
withCoreNetworkArn(String coreNetworkArn)
The ARN of a core network.
|
CoreNetwork |
withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
CoreNetwork |
withCreatedAt(Date createdAt)
The timestamp when a core network was created.
|
CoreNetwork |
withDescription(String description)
The description of a core network.
|
CoreNetwork |
withEdges(Collection<CoreNetworkEdge> edges)
The edges within a core network.
|
CoreNetwork |
withEdges(CoreNetworkEdge... edges)
The edges within a core network.
|
CoreNetwork |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network that your core network is a part of.
|
CoreNetwork |
withNetworkFunctionGroups(Collection<CoreNetworkNetworkFunctionGroup> networkFunctionGroups)
The network function groups associated with a core network.
|
CoreNetwork |
withNetworkFunctionGroups(CoreNetworkNetworkFunctionGroup... networkFunctionGroups)
The network function groups associated with a core network.
|
CoreNetwork |
withSegments(Collection<CoreNetworkSegment> segments)
The segments within a core network.
|
CoreNetwork |
withSegments(CoreNetworkSegment... segments)
The segments within a core network.
|
CoreNetwork |
withState(CoreNetworkState state)
The current state of a core network.
|
CoreNetwork |
withState(String state)
The current state of a core network.
|
CoreNetwork |
withTags(Collection<Tag> tags)
The list of key-value tags associated with a core network.
|
CoreNetwork |
withTags(Tag... tags)
The list of key-value tags associated with a core network.
|
public void setGlobalNetworkId(String globalNetworkId)
The ID of the global network that your core network is a part of.
globalNetworkId
- The ID of the global network that your core network is a part of.public String getGlobalNetworkId()
The ID of the global network that your core network is a part of.
public CoreNetwork withGlobalNetworkId(String globalNetworkId)
The ID of the global network that your core network is a part of.
globalNetworkId
- The ID of the global network that your core network is a part of.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 CoreNetwork withCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId
- The ID of a core network.public void setCoreNetworkArn(String coreNetworkArn)
The ARN of a core network.
coreNetworkArn
- The ARN of a core network.public String getCoreNetworkArn()
The ARN of a core network.
public CoreNetwork withCoreNetworkArn(String coreNetworkArn)
The ARN of a core network.
coreNetworkArn
- The ARN of a core network.public 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 CoreNetwork withDescription(String description)
The description of a core network.
description
- The description of a core network.public void setCreatedAt(Date createdAt)
The timestamp when a core network was created.
createdAt
- The timestamp when a core network was created.public Date getCreatedAt()
The timestamp when a core network was created.
public CoreNetwork withCreatedAt(Date createdAt)
The timestamp when a core network was created.
createdAt
- The timestamp when a core network was created.public void setState(String state)
The current state of a core network.
state
- The current state of a core network.CoreNetworkState
public String getState()
The current state of a core network.
CoreNetworkState
public CoreNetwork withState(String state)
The current state of a core network.
state
- The current state of a core network.CoreNetworkState
public CoreNetwork withState(CoreNetworkState state)
The current state of a core network.
state
- The current state of a core network.CoreNetworkState
public List<CoreNetworkSegment> getSegments()
The segments within a core network.
public void setSegments(Collection<CoreNetworkSegment> segments)
The segments within a core network.
segments
- The segments within a core network.public CoreNetwork withSegments(CoreNetworkSegment... segments)
The segments within a core network.
NOTE: This method appends the values to the existing list (if any). Use
setSegments(java.util.Collection)
or withSegments(java.util.Collection)
if you want to override
the existing values.
segments
- The segments within a core network.public CoreNetwork withSegments(Collection<CoreNetworkSegment> segments)
The segments within a core network.
segments
- The segments within a core network.public List<CoreNetworkNetworkFunctionGroup> getNetworkFunctionGroups()
The network function groups associated with a core network.
public void setNetworkFunctionGroups(Collection<CoreNetworkNetworkFunctionGroup> networkFunctionGroups)
The network function groups associated with a core network.
networkFunctionGroups
- The network function groups associated with a core network.public CoreNetwork withNetworkFunctionGroups(CoreNetworkNetworkFunctionGroup... networkFunctionGroups)
The network function groups associated with a core network.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkFunctionGroups(java.util.Collection)
or
withNetworkFunctionGroups(java.util.Collection)
if you want to override the existing values.
networkFunctionGroups
- The network function groups associated with a core network.public CoreNetwork withNetworkFunctionGroups(Collection<CoreNetworkNetworkFunctionGroup> networkFunctionGroups)
The network function groups associated with a core network.
networkFunctionGroups
- The network function groups associated with a core network.public List<CoreNetworkEdge> getEdges()
The edges within a core network.
public void setEdges(Collection<CoreNetworkEdge> edges)
The edges within a core network.
edges
- The edges within a core network.public CoreNetwork withEdges(CoreNetworkEdge... edges)
The edges within a core network.
NOTE: This method appends the values to the existing list (if any). Use
setEdges(java.util.Collection)
or withEdges(java.util.Collection)
if you want to override the
existing values.
edges
- The edges within a core network.public CoreNetwork withEdges(Collection<CoreNetworkEdge> edges)
The edges within a core network.
edges
- The edges within a core network.public List<Tag> getTags()
The list of key-value tags associated with a core network.
public void setTags(Collection<Tag> tags)
The list of key-value tags associated with a core network.
tags
- The list of key-value tags associated with a core network.public CoreNetwork withTags(Tag... tags)
The list of key-value tags associated with a core network.
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 list of key-value tags associated with a core network.public CoreNetwork withTags(Collection<Tag> tags)
The list of key-value tags associated with a core network.
tags
- The list of key-value tags associated with a core network.public String toString()
toString
in class Object
Object.toString()
public CoreNetwork clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.