@Generated(value="software.amazon.awssdk:codegen") public final class ResourceIdentifierSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceIdentifierSummary.Builder,ResourceIdentifierSummary>
Describes the target resources of a specific type in your import template (for example, all
AWS::S3::Bucket resources) and the properties you can provide during the import to identify resources of
that type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceIdentifierSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceIdentifierSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
logicalResourceIds()
The logical IDs of the target resources of the specified
ResourceType, as defined in the import
template. |
List<String> |
resourceIdentifiers()
The resource properties you can provide during the import to identify your target resources.
|
String |
resourceType()
The template resource type of the target resources, such as
AWS::S3::Bucket. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceIdentifierSummary.Builder> |
serializableBuilderClass() |
ResourceIdentifierSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceType()
The template resource type of the target resources, such as AWS::S3::Bucket.
AWS::S3::Bucket.public List<String> logicalResourceIds()
The logical IDs of the target resources of the specified ResourceType, as defined in the import
template.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
ResourceType, as defined in the
import template.public List<String> resourceIdentifiers()
The resource properties you can provide during the import to identify your target resources. For example,
BucketName is a possible identifier property for AWS::S3::Bucket resources.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
BucketName is a possible identifier property for AWS::S3::Bucket resources.public ResourceIdentifierSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceIdentifierSummary.Builder,ResourceIdentifierSummary>public static ResourceIdentifierSummary.Builder builder()
public static Class<? extends ResourceIdentifierSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.