@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AwsKeyDetails extends AutonomousDatabaseEncryptionKeyDetails
Details for AWS encryption key.
Note: Objects should always be created or deserialized using the AwsKeyDetails.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 AwsKeyDetails.Builder
, which maintain a
set of all explicitly set fields called AwsKeyDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
AwsKeyDetails.Builder |
AutonomousDatabaseEncryptionKeyDetails.Provider
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
AwsKeyDetails(String serviceEndpointUri,
String keyArn,
String arnRole,
String externalId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AwsKeyDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getArnRole()
AWS ARN role
|
String |
getExternalId()
AWS external ID
|
String |
getKeyArn()
AWS key ARN
|
String |
getServiceEndpointUri()
AWS key service endpoint URI
|
int |
hashCode() |
AwsKeyDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public AwsKeyDetails(String serviceEndpointUri, String keyArn, String arnRole, String externalId)
public static AwsKeyDetails.Builder builder()
Create a new builder.
public AwsKeyDetails.Builder toBuilder()
public String getServiceEndpointUri()
AWS key service endpoint URI
public String getKeyArn()
AWS key ARN
public String getArnRole()
AWS ARN role
public String getExternalId()
AWS external ID
public String toString()
toString
in class AutonomousDatabaseEncryptionKeyDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class AutonomousDatabaseEncryptionKeyDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class AutonomousDatabaseEncryptionKeyDetails
public int hashCode()
hashCode
in class AutonomousDatabaseEncryptionKeyDetails
Copyright © 2016–2024. All rights reserved.