@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()
For responses, this returns true if the service returned a value for the LogicalResourceIds property.
|
boolean |
hasResourceIdentifiers()
For responses, this returns true if the service returned a value for the ResourceIdentifiers property.
|
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 final String resourceType()
The template resource type of the target resources, such as AWS::S3::Bucket.
AWS::S3::Bucket.public final boolean hasLogicalResourceIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLogicalResourceIds() method.
ResourceType, as defined in the
import template.public final boolean hasResourceIdentifiers()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasResourceIdentifiers() method.
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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.