@Generated(value="software.amazon.awssdk:codegen") public final class ResourceIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceIdentifier.Builder,ResourceIdentifier>
Information identifying the non-compliant resource.
Modifier and Type | Class and Description |
---|---|
static interface |
ResourceIdentifier.Builder |
Modifier and Type | Method and Description |
---|---|
String |
account()
The account with which the resource is associated.
|
static ResourceIdentifier.Builder |
builder() |
String |
caCertificateId()
The ID of the CA certificate used to authorize the certificate.
|
String |
clientId()
The client ID.
|
String |
cognitoIdentityPoolId()
The ID of the Cognito Identity Pool.
|
String |
deviceCertificateId()
The ID of the certificate attached to the resource.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PolicyVersionIdentifier |
policyVersionIdentifier()
The version of the policy associated with the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceIdentifier.Builder> |
serializableBuilderClass() |
ResourceIdentifier.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String deviceCertificateId()
The ID of the certificate attached to the resource.
public String caCertificateId()
The ID of the CA certificate used to authorize the certificate.
public String cognitoIdentityPoolId()
The ID of the Cognito Identity Pool.
public String clientId()
The client ID.
public PolicyVersionIdentifier policyVersionIdentifier()
The version of the policy associated with the resource.
public String account()
The account with which the resource is associated.
public ResourceIdentifier.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResourceIdentifier.Builder,ResourceIdentifier>
public static ResourceIdentifier.Builder builder()
public static Class<? extends ResourceIdentifier.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.