@Generated(value="software.amazon.awssdk:codegen") public final class DeleteVpcEndpointServiceConfigurationsRequest extends Ec2Request implements ToCopyableBuilder<DeleteVpcEndpointServiceConfigurationsRequest.Builder,DeleteVpcEndpointServiceConfigurationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteVpcEndpointServiceConfigurationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteVpcEndpointServiceConfigurationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteVpcEndpointServiceConfigurationsRequest.Builder> |
serializableBuilderClass() |
List<String> |
serviceIds()
The IDs of one or more services.
|
DeleteVpcEndpointServiceConfigurationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> serviceIds()
The IDs of one or more services.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DeleteVpcEndpointServiceConfigurationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteVpcEndpointServiceConfigurationsRequest.Builder,DeleteVpcEndpointServiceConfigurationsRequest>toBuilder in class Ec2Requestpublic static DeleteVpcEndpointServiceConfigurationsRequest.Builder builder()
public static Class<? extends DeleteVpcEndpointServiceConfigurationsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.