@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVPCEConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVPCEConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListVPCEConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
List<VPCEConfiguration> |
getVpceConfigurations()
An array of
VPCEConfiguration objects that contain information about your VPC endpoint
configuration. |
int |
hashCode() |
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
void |
setVpceConfigurations(Collection<VPCEConfiguration> vpceConfigurations)
An array of
VPCEConfiguration objects that contain information about your VPC endpoint
configuration. |
String |
toString()
Returns a string representation of this object.
|
ListVPCEConfigurationsResult |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
ListVPCEConfigurationsResult |
withVpceConfigurations(Collection<VPCEConfiguration> vpceConfigurations)
An array of
VPCEConfiguration objects that contain information about your VPC endpoint
configuration. |
ListVPCEConfigurationsResult |
withVpceConfigurations(VPCEConfiguration... vpceConfigurations)
An array of
VPCEConfiguration objects that contain information about your VPC endpoint
configuration. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VPCEConfiguration> getVpceConfigurations()
An array of VPCEConfiguration
objects that contain information about your VPC endpoint
configuration.
VPCEConfiguration
objects that contain information about your VPC endpoint
configuration.public void setVpceConfigurations(Collection<VPCEConfiguration> vpceConfigurations)
An array of VPCEConfiguration
objects that contain information about your VPC endpoint
configuration.
vpceConfigurations
- An array of VPCEConfiguration
objects that contain information about your VPC endpoint
configuration.public ListVPCEConfigurationsResult withVpceConfigurations(VPCEConfiguration... vpceConfigurations)
An array of VPCEConfiguration
objects that contain information about your VPC endpoint
configuration.
NOTE: This method appends the values to the existing list (if any). Use
setVpceConfigurations(java.util.Collection)
or withVpceConfigurations(java.util.Collection)
if
you want to override the existing values.
vpceConfigurations
- An array of VPCEConfiguration
objects that contain information about your VPC endpoint
configuration.public ListVPCEConfigurationsResult withVpceConfigurations(Collection<VPCEConfiguration> vpceConfigurations)
An array of VPCEConfiguration
objects that contain information about your VPC endpoint
configuration.
vpceConfigurations
- An array of VPCEConfiguration
objects that contain information about your VPC endpoint
configuration.public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListVPCEConfigurationsResult withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String toString()
toString
in class Object
Object.toString()
public ListVPCEConfigurationsResult clone()
Copyright © 2023. All rights reserved.