public final class AWSV4Signature
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 Compute Engine 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 |
|---|
AWSV4Signature() |
| Modifier and Type | Method and Description |
|---|---|
AWSV4Signature |
clone() |
String |
getAccessKey()
The access key used for s3 bucket authentication.
|
String |
getAccessKeyId()
The identifier of an access key used for s3 bucket authentication.
|
String |
getAccessKeyVersion()
The optional version identifier for the access key.
|
String |
getOriginRegion()
The name of the cloud region of your origin.
|
AWSV4Signature |
set(String fieldName,
Object value) |
AWSV4Signature |
setAccessKey(String accessKey)
The access key used for s3 bucket authentication.
|
AWSV4Signature |
setAccessKeyId(String accessKeyId)
The identifier of an access key used for s3 bucket authentication.
|
AWSV4Signature |
setAccessKeyVersion(String accessKeyVersion)
The optional version identifier for the access key.
|
AWSV4Signature |
setOriginRegion(String originRegion)
The name of the cloud region of your origin.
|
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 getAccessKey()
null for nonepublic AWSV4Signature setAccessKey(String accessKey)
accessKey - accessKey or null for nonepublic String getAccessKeyId()
null for nonepublic AWSV4Signature setAccessKeyId(String accessKeyId)
accessKeyId - accessKeyId or null for nonepublic String getAccessKeyVersion()
null for nonepublic AWSV4Signature setAccessKeyVersion(String accessKeyVersion)
accessKeyVersion - accessKeyVersion or null for nonepublic String getOriginRegion()
null for nonepublic AWSV4Signature setOriginRegion(String originRegion)
originRegion - originRegion or null for nonepublic AWSV4Signature set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AWSV4Signature clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.