public final class AwsS3CompatibleData
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Storage Transfer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AwsS3CompatibleData() |
| Modifier and Type | Method and Description |
|---|---|
AwsS3CompatibleData |
clone() |
String |
getBucketName()
Required.
|
String |
getEndpoint()
Required.
|
String |
getPath()
Specifies the root path to transfer objects.
|
String |
getRegion()
Specifies the region to sign requests with.
|
S3CompatibleMetadata |
getS3Metadata()
A S3 compatible metadata.
|
AwsS3CompatibleData |
set(String fieldName,
Object value) |
AwsS3CompatibleData |
setBucketName(String bucketName)
Required.
|
AwsS3CompatibleData |
setEndpoint(String endpoint)
Required.
|
AwsS3CompatibleData |
setPath(String path)
Specifies the root path to transfer objects.
|
AwsS3CompatibleData |
setRegion(String region)
Specifies the region to sign requests with.
|
AwsS3CompatibleData |
setS3Metadata(S3CompatibleMetadata s3Metadata)
A S3 compatible metadata.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getBucketName()
null for nonepublic AwsS3CompatibleData setBucketName(String bucketName)
bucketName - bucketName or null for nonepublic String getEndpoint()
null for nonepublic AwsS3CompatibleData setEndpoint(String endpoint)
endpoint - endpoint or null for nonepublic String getPath()
null for nonepublic AwsS3CompatibleData setPath(String path)
path - path or null for nonepublic String getRegion()
null for nonepublic AwsS3CompatibleData setRegion(String region)
region - region or null for nonepublic S3CompatibleMetadata getS3Metadata()
null for nonepublic AwsS3CompatibleData setS3Metadata(S3CompatibleMetadata s3Metadata)
s3Metadata - s3Metadata or null for nonepublic AwsS3CompatibleData set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AwsS3CompatibleData clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.