Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetSecurityGroupsRequest.Builder,SetSecurityGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public class SetSecurityGroupsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetSecurityGroupsRequest.Builder,SetSecurityGroupsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetSecurityGroupsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SetSecurityGroupsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
loadBalancerArn() |
The Amazon Resource Name (ARN) of the load balancer.
|
List<String> |
securityGroups() |
The IDs of the security groups.
|
static Class<? extends SetSecurityGroupsRequest.Builder> |
serializableBuilderClass() |
|
SetSecurityGroupsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
public List<String> securityGroups()
The IDs of the security groups.
public SetSecurityGroupsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetSecurityGroupsRequest.Builder,SetSecurityGroupsRequest>
public static SetSecurityGroupsRequest.Builder builder()
public static Class<? extends SetSecurityGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.