@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() |
boolean |
hasLogicalResourceIds()
Returns true if the LogicalResourceIds property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasResourceIdentifiers()
Returns true if the ResourceIdentifiers property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 boolean hasLogicalResourceIds()
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.
You can use hasLogicalResourceIds() to see if a value was sent in this field.
ResourceType, as defined in the
import template.public boolean hasResourceIdentifiers()
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.
You can use hasResourceIdentifiers() to see if a value was sent in this field.
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 © 2020. All rights reserved.