@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCompanyNetworkConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCompanyNetworkConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCompanyNetworkConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFleetArn()
The ARN of the fleet.
|
List<String> |
getSecurityGroupIds()
The security groups associated with access to the provided subnets.
|
List<String> |
getSubnetIds()
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
|
String |
getVpcId()
The VPC with connectivity to associated websites.
|
int |
hashCode() |
void |
setFleetArn(String fleetArn)
The ARN of the fleet.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with access to the provided subnets.
|
void |
setSubnetIds(Collection<String> subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
|
void |
setVpcId(String vpcId)
The VPC with connectivity to associated websites.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCompanyNetworkConfigurationRequest |
withFleetArn(String fleetArn)
The ARN of the fleet.
|
UpdateCompanyNetworkConfigurationRequest |
withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with access to the provided subnets.
|
UpdateCompanyNetworkConfigurationRequest |
withSecurityGroupIds(String... securityGroupIds)
The security groups associated with access to the provided subnets.
|
UpdateCompanyNetworkConfigurationRequest |
withSubnetIds(Collection<String> subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
|
UpdateCompanyNetworkConfigurationRequest |
withSubnetIds(String... subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
|
UpdateCompanyNetworkConfigurationRequest |
withVpcId(String vpcId)
The VPC with connectivity to associated websites.
|
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 UpdateCompanyNetworkConfigurationRequest()
public void setFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public String getFleetArn()
The ARN of the fleet.
public UpdateCompanyNetworkConfigurationRequest withFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public void setVpcId(String vpcId)
The VPC with connectivity to associated websites.
vpcId
- The VPC with connectivity to associated websites.public String getVpcId()
The VPC with connectivity to associated websites.
public UpdateCompanyNetworkConfigurationRequest withVpcId(String vpcId)
The VPC with connectivity to associated websites.
vpcId
- The VPC with connectivity to associated websites.public List<String> getSubnetIds()
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
public void setSubnetIds(Collection<String> subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
subnetIds
- The subnets used for X-ENI connections from Amazon WorkLink rendering containers.public UpdateCompanyNetworkConfigurationRequest withSubnetIds(String... subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
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 used for X-ENI connections from Amazon WorkLink rendering containers.public UpdateCompanyNetworkConfigurationRequest withSubnetIds(Collection<String> subnetIds)
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
subnetIds
- The subnets used for X-ENI connections from Amazon WorkLink rendering containers.public List<String> getSecurityGroupIds()
The security groups associated with access to the provided subnets.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with access to the provided subnets.
securityGroupIds
- The security groups associated with access to the provided subnets.public UpdateCompanyNetworkConfigurationRequest withSecurityGroupIds(String... securityGroupIds)
The security groups associated with access to the provided subnets.
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
- The security groups associated with access to the provided subnets.public UpdateCompanyNetworkConfigurationRequest withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with access to the provided subnets.
securityGroupIds
- The security groups associated with access to the provided subnets.public String toString()
toString
in class Object
Object.toString()
public UpdateCompanyNetworkConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()