@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoreNetworkSegmentEdgeIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
Returns details about a core network edge.
Constructor and Description |
---|
CoreNetworkSegmentEdgeIdentifier() |
Modifier and Type | Method and Description |
---|---|
CoreNetworkSegmentEdgeIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getCoreNetworkId()
The ID of a core network.
|
String |
getEdgeLocation()
The Region where the segment edge is located.
|
String |
getSegmentName()
The name of the segment edge.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
void |
setEdgeLocation(String edgeLocation)
The Region where the segment edge is located.
|
void |
setSegmentName(String segmentName)
The name of the segment edge.
|
String |
toString()
Returns a string representation of this object.
|
CoreNetworkSegmentEdgeIdentifier |
withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
CoreNetworkSegmentEdgeIdentifier |
withEdgeLocation(String edgeLocation)
The Region where the segment edge is located.
|
CoreNetworkSegmentEdgeIdentifier |
withSegmentName(String segmentName)
The name of the segment edge.
|
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 CoreNetworkSegmentEdgeIdentifier withCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId
- The ID of a core network.public void setSegmentName(String segmentName)
The name of the segment edge.
segmentName
- The name of the segment edge.public String getSegmentName()
The name of the segment edge.
public CoreNetworkSegmentEdgeIdentifier withSegmentName(String segmentName)
The name of the segment edge.
segmentName
- The name of the segment edge.public void setEdgeLocation(String edgeLocation)
The Region where the segment edge is located.
edgeLocation
- The Region where the segment edge is located.public String getEdgeLocation()
The Region where the segment edge is located.
public CoreNetworkSegmentEdgeIdentifier withEdgeLocation(String edgeLocation)
The Region where the segment edge is located.
edgeLocation
- The Region where the segment edge is located.public String toString()
toString
in class Object
Object.toString()
public CoreNetworkSegmentEdgeIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.