Class UpdateVpcConnectionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.quicksight.model.QuickSightRequest
-
- software.amazon.awssdk.services.quicksight.model.UpdateVpcConnectionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateVpcConnectionRequest.Builder,UpdateVpcConnectionRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateVpcConnectionRequest extends QuickSightRequest implements ToCopyableBuilder<UpdateVpcConnectionRequest.Builder,UpdateVpcConnectionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateVpcConnectionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsAccountId()The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.static UpdateVpcConnectionRequest.Builderbuilder()List<String>dnsResolvers()A list of IP addresses of DNS resolver endpoints for the VPC connection.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasDnsResolvers()For responses, this returns true if the service returned a value for the DnsResolvers property.inthashCode()booleanhasSecurityGroupIds()For responses, this returns true if the service returned a value for the SecurityGroupIds property.booleanhasSubnetIds()For responses, this returns true if the service returned a value for the SubnetIds property.Stringname()The display name for the VPC connection.StringroleArn()An IAM role associated with the VPC connection.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()List<String>securityGroupIds()A list of security group IDs for the VPC connection.static Class<? extends UpdateVpcConnectionRequest.Builder>serializableBuilderClass()List<String>subnetIds()A list of subnet IDs for the VPC connection.UpdateVpcConnectionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcConnectionId()The ID of the VPC connection that you're updating.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
awsAccountId
public final String awsAccountId()
The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
- Returns:
- The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
-
vpcConnectionId
public final String vpcConnectionId()
The ID of the VPC connection that you're updating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
- Returns:
- The ID of the VPC connection that you're updating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
-
name
public final String name()
The display name for the VPC connection.
- Returns:
- The display name for the VPC connection.
-
hasSubnetIds
public final boolean hasSubnetIds()
For responses, this returns true if the service returned a value for the SubnetIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
subnetIds
public final List<String> subnetIds()
A list of subnet IDs for the VPC connection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasSubnetIds()method.- Returns:
- A list of subnet IDs for the VPC connection.
-
hasSecurityGroupIds
public final boolean hasSecurityGroupIds()
For responses, this returns true if the service returned a value for the SecurityGroupIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
securityGroupIds
public final List<String> securityGroupIds()
A list of security group IDs for the VPC connection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasSecurityGroupIds()method.- Returns:
- A list of security group IDs for the VPC connection.
-
hasDnsResolvers
public final boolean hasDnsResolvers()
For responses, this returns true if the service returned a value for the DnsResolvers property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
dnsResolvers
public final List<String> dnsResolvers()
A list of IP addresses of DNS resolver endpoints for the VPC connection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDnsResolvers()method.- Returns:
- A list of IP addresses of DNS resolver endpoints for the VPC connection.
-
roleArn
public final String roleArn()
An IAM role associated with the VPC connection.
- Returns:
- An IAM role associated with the VPC connection.
-
toBuilder
public UpdateVpcConnectionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateVpcConnectionRequest.Builder,UpdateVpcConnectionRequest>- Specified by:
toBuilderin classQuickSightRequest
-
builder
public static UpdateVpcConnectionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateVpcConnectionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-