@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNetworkSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateNetworkSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateNetworkSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getNetworkSettingsArn()
The ARN of the network settings.
|
List<String> |
getSecurityGroupIds()
One or more security groups used to control access from streaming instances to your VPC.
|
List<String> |
getSubnetIds()
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
String |
getVpcId()
The VPC that streaming instances will connect to.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
void |
setSubnetIds(Collection<String> subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
void |
setVpcId(String vpcId)
The VPC that streaming instances will connect to.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNetworkSettingsRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateNetworkSettingsRequest |
withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
|
UpdateNetworkSettingsRequest |
withSecurityGroupIds(Collection<String> securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
UpdateNetworkSettingsRequest |
withSecurityGroupIds(String... securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
UpdateNetworkSettingsRequest |
withSubnetIds(Collection<String> subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
UpdateNetworkSettingsRequest |
withSubnetIds(String... subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
UpdateNetworkSettingsRequest |
withVpcId(String vpcId)
The VPC that streaming instances will connect to.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency
ensures that an API request completes only once. With an idempotent request, if the original request
completes successfully, subsequent retries with the same client token return the result from the original
successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public UpdateNetworkSettingsRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency
ensures that an API request completes only once. With an idempotent request, if the original request
completes successfully, subsequent retries with the same client token return the result from the original
successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public void setNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
networkSettingsArn
- The ARN of the network settings.public String getNetworkSettingsArn()
The ARN of the network settings.
public UpdateNetworkSettingsRequest withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
networkSettingsArn
- The ARN of the network settings.public List<String> getSecurityGroupIds()
One or more security groups used to control access from streaming instances to your VPC.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
securityGroupIds
- One or more security groups used to control access from streaming instances to your VPC.public UpdateNetworkSettingsRequest withSecurityGroupIds(String... securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- One or more security groups used to control access from streaming instances to your VPC.public UpdateNetworkSettingsRequest withSecurityGroupIds(Collection<String> securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
securityGroupIds
- One or more security groups used to control access from streaming instances to your VPC.public List<String> getSubnetIds()
The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
public void setSubnetIds(Collection<String> subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
subnetIds
- The subnets in which network interfaces are created to connect streaming instances to your VPC. At least
two of these subnets must be in different availability zones.public UpdateNetworkSettingsRequest withSubnetIds(String... subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- The subnets in which network interfaces are created to connect streaming instances to your VPC. At least
two of these subnets must be in different availability zones.public UpdateNetworkSettingsRequest withSubnetIds(Collection<String> subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
subnetIds
- The subnets in which network interfaces are created to connect streaming instances to your VPC. At least
two of these subnets must be in different availability zones.public void setVpcId(String vpcId)
The VPC that streaming instances will connect to.
vpcId
- The VPC that streaming instances will connect to.public String getVpcId()
The VPC that streaming instances will connect to.
public UpdateNetworkSettingsRequest withVpcId(String vpcId)
The VPC that streaming instances will connect to.
vpcId
- The VPC that streaming instances will connect to.public String toString()
toString
in class Object
Object.toString()
public UpdateNetworkSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()