Class OriginRequest.AzureBlob
-
- All Implemented Interfaces:
public final class OriginRequest.AzureBlob
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOriginRequest.AzureBlob.BuilderA builder for AzureBlob.
-
Method Summary
Modifier and Type Method Description final StringaccountName()final Stringcontainer()final Stringname()Display name of the origin. final StringsasToken()final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("AZURE_BLOB")final Optional<String>baseUrlForCanonicalHeader()URL used in the Canonical header (if enabled). final Optional<Boolean>includeCanonicalHeader()Whether to send a Canonical header. final Optional<String>prefix()final JsonField<String>_accountName()Returns the raw JSON value of accountName. final JsonField<String>_container()Returns the raw JSON value of container. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_sasToken()Returns the raw JSON value of sasToken. final JsonField<String>_baseUrlForCanonicalHeader()Returns the raw JSON value of baseUrlForCanonicalHeader. final JsonField<Boolean>_includeCanonicalHeader()Returns the raw JSON value of includeCanonicalHeader. final JsonField<String>_prefix()Returns the raw JSON value of prefix. final Map<String, JsonValue>_additionalProperties()final OriginRequest.AzureBlob.BuildertoBuilder()final OriginRequest.AzureBlobvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static OriginRequest.AzureBlob.Builderbuilder()Returns a mutable builder for constructing an instance of AzureBlob. -
-
Method Detail
-
accountName
final String accountName()
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("AZURE_BLOB")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
baseUrlForCanonicalHeader
final Optional<String> baseUrlForCanonicalHeader()
URL used in the Canonical header (if enabled).
-
includeCanonicalHeader
final Optional<Boolean> includeCanonicalHeader()
Whether to send a Canonical header.
-
_accountName
final JsonField<String> _accountName()
Returns the raw JSON value of accountName.
Unlike accountName, this method doesn't throw if the JSON field has an unexpected type.
-
_container
final JsonField<String> _container()
Returns the raw JSON value of container.
Unlike container, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_sasToken
final JsonField<String> _sasToken()
Returns the raw JSON value of sasToken.
Unlike sasToken, this method doesn't throw if the JSON field has an unexpected type.
-
_baseUrlForCanonicalHeader
final JsonField<String> _baseUrlForCanonicalHeader()
Returns the raw JSON value of baseUrlForCanonicalHeader.
Unlike baseUrlForCanonicalHeader, this method doesn't throw if the JSON field has an unexpected type.
-
_includeCanonicalHeader
final JsonField<Boolean> _includeCanonicalHeader()
Returns the raw JSON value of includeCanonicalHeader.
Unlike includeCanonicalHeader, this method doesn't throw if the JSON field has an unexpected type.
-
_prefix
final JsonField<String> _prefix()
Returns the raw JSON value of prefix.
Unlike prefix, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final OriginRequest.AzureBlob.Builder toBuilder()
-
validate
final OriginRequest.AzureBlob validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static OriginRequest.AzureBlob.Builder builder()
Returns a mutable builder for constructing an instance of AzureBlob.
The following fields are required:
.accountName() .container() .name() .sasToken()
-
-
-
-