@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCoreNetworkChangeSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCoreNetworkChangeSetResult() |
Modifier and Type | Method and Description |
---|---|
GetCoreNetworkChangeSetResult |
clone() |
boolean |
equals(Object obj) |
List<CoreNetworkChange> |
getCoreNetworkChanges()
Describes a core network changes.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setCoreNetworkChanges(Collection<CoreNetworkChange> coreNetworkChanges)
Describes a core network changes.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetCoreNetworkChangeSetResult |
withCoreNetworkChanges(Collection<CoreNetworkChange> coreNetworkChanges)
Describes a core network changes.
|
GetCoreNetworkChangeSetResult |
withCoreNetworkChanges(CoreNetworkChange... coreNetworkChanges)
Describes a core network changes.
|
GetCoreNetworkChangeSetResult |
withNextToken(String nextToken)
The token for the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CoreNetworkChange> getCoreNetworkChanges()
Describes a core network changes.
public void setCoreNetworkChanges(Collection<CoreNetworkChange> coreNetworkChanges)
Describes a core network changes.
coreNetworkChanges
- Describes a core network changes.public GetCoreNetworkChangeSetResult withCoreNetworkChanges(CoreNetworkChange... coreNetworkChanges)
Describes a core network changes.
NOTE: This method appends the values to the existing list (if any). Use
setCoreNetworkChanges(java.util.Collection)
or withCoreNetworkChanges(java.util.Collection)
if
you want to override the existing values.
coreNetworkChanges
- Describes a core network changes.public GetCoreNetworkChangeSetResult withCoreNetworkChanges(Collection<CoreNetworkChange> coreNetworkChanges)
Describes a core network changes.
coreNetworkChanges
- Describes a core network changes.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public GetCoreNetworkChangeSetResult withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String toString()
toString
in class Object
Object.toString()
public GetCoreNetworkChangeSetResult clone()