@Generated(value="software.amazon.awssdk:codegen") public final class TestSetStorageLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestSetStorageLocation.Builder,TestSetStorageLocation>
Contains information about the location in which the test set is stored.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestSetStorageLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestSetStorageLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyArn()
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test
set.
|
String |
s3BucketName()
The name of the Amazon S3 bucket in which the test set is stored.
|
String |
s3Path()
The path inside the Amazon S3 bucket where the test set is stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestSetStorageLocation.Builder> |
serializableBuilderClass() |
TestSetStorageLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3BucketName()
The name of the Amazon S3 bucket in which the test set is stored.
public final String s3Path()
The path inside the Amazon S3 bucket where the test set is stored.
public final String kmsKeyArn()
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.
public TestSetStorageLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestSetStorageLocation.Builder,TestSetStorageLocation>public static TestSetStorageLocation.Builder builder()
public static Class<? extends TestSetStorageLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.