@Generated(value="software.amazon.awssdk:codegen") public final class Location extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Location.Builder,Location>
The location of resources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Location.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Location.Builder |
builder() |
List<CodeGenNodeArg> |
dynamoDB()
An Amazon DynamoDB table location.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDynamoDB()
Returns true if the DynamoDB property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasJdbc()
Returns true if the Jdbc property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
boolean |
hasS3()
Returns true if the S3 property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<CodeGenNodeArg> |
jdbc()
A JDBC location.
|
List<CodeGenNodeArg> |
s3()
An Amazon Simple Storage Service (Amazon S3) location.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Location.Builder> |
serializableBuilderClass() |
Location.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasJdbc()
public List<CodeGenNodeArg> jdbc()
A JDBC location.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasJdbc() to see if a value was sent in this field.
public boolean hasS3()
public List<CodeGenNodeArg> s3()
An Amazon Simple Storage Service (Amazon S3) location.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasS3() to see if a value was sent in this field.
public boolean hasDynamoDB()
public List<CodeGenNodeArg> dynamoDB()
An Amazon DynamoDB table location.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDynamoDB() to see if a value was sent in this field.
public Location.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Location.Builder,Location>public static Location.Builder builder()
public static Class<? extends Location.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.