@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoreNetworkNetworkFunctionGroupIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
Describes a core network
Constructor and Description |
---|
CoreNetworkNetworkFunctionGroupIdentifier() |
Modifier and Type | Method and Description |
---|---|
CoreNetworkNetworkFunctionGroupIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getCoreNetworkId()
The ID of the core network.
|
String |
getEdgeLocation()
The location for the core network edge.
|
String |
getNetworkFunctionGroupName()
The network function group name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCoreNetworkId(String coreNetworkId)
The ID of the core network.
|
void |
setEdgeLocation(String edgeLocation)
The location for the core network edge.
|
void |
setNetworkFunctionGroupName(String networkFunctionGroupName)
The network function group name.
|
String |
toString()
Returns a string representation of this object.
|
CoreNetworkNetworkFunctionGroupIdentifier |
withCoreNetworkId(String coreNetworkId)
The ID of the core network.
|
CoreNetworkNetworkFunctionGroupIdentifier |
withEdgeLocation(String edgeLocation)
The location for the core network edge.
|
CoreNetworkNetworkFunctionGroupIdentifier |
withNetworkFunctionGroupName(String networkFunctionGroupName)
The network function group name.
|
public CoreNetworkNetworkFunctionGroupIdentifier()
public void setCoreNetworkId(String coreNetworkId)
The ID of the core network.
coreNetworkId
- The ID of the core network.public String getCoreNetworkId()
The ID of the core network.
public CoreNetworkNetworkFunctionGroupIdentifier withCoreNetworkId(String coreNetworkId)
The ID of the core network.
coreNetworkId
- The ID of the core network.public void setNetworkFunctionGroupName(String networkFunctionGroupName)
The network function group name.
networkFunctionGroupName
- The network function group name.public String getNetworkFunctionGroupName()
The network function group name.
public CoreNetworkNetworkFunctionGroupIdentifier withNetworkFunctionGroupName(String networkFunctionGroupName)
The network function group name.
networkFunctionGroupName
- The network function group name.public void setEdgeLocation(String edgeLocation)
The location for the core network edge.
edgeLocation
- The location for the core network edge.public String getEdgeLocation()
The location for the core network edge.
public CoreNetworkNetworkFunctionGroupIdentifier withEdgeLocation(String edgeLocation)
The location for the core network edge.
edgeLocation
- The location for the core network edge.public String toString()
toString
in class Object
Object.toString()
public CoreNetworkNetworkFunctionGroupIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.