@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class BulkEditTagsResourceType extends Object
BulkEditTagsResourceType.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the BulkEditTagsResourceType.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
BulkEditTagsResourceType.Builder |
Constructor and Description |
---|
BulkEditTagsResourceType(String resourceType,
List<String> metadataKeys)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BulkEditTagsResourceType.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<String> |
getMetadataKeys()
The metadata keys required to identify the resource.
|
String |
getResourceType()
The unique name of the resource type.
|
int |
hashCode() |
BulkEditTagsResourceType.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"resourceType","metadataKeys"}) @Deprecated public BulkEditTagsResourceType(String resourceType, List<String> metadataKeys)
public static BulkEditTagsResourceType.Builder builder()
Create a new builder.
public BulkEditTagsResourceType.Builder toBuilder()
public String getResourceType()
The unique name of the resource type.
public List<String> getMetadataKeys()
The metadata keys required to identify the resource.
For example, for a bucket, the value of metadataKeys
will be ["namespaceName", "bucketName"].
This information will match the API documentation.
See [UpdateBucket](https://docs.cloud.oracle.com/api/#/en/objectstorage/latest/Bucket/UpdateBucket) and
[DeleteBucket](https://docs.cloud.oracle.com/api/#/en/objectstorage/latest/Bucket/DeleteBucket).
Copyright © 2016–2022. All rights reserved.