@Generated(value="software.amazon.awssdk:codegen") public final class DescribeEntityResponse extends MarketplaceCatalogResponse implements ToCopyableBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEntityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeEntityResponse.Builder |
builder() |
String |
details()
This stringified JSON object includes the details of the entity.
|
String |
entityArn()
The ARN associated to the unique identifier for the entity referenced in this request.
|
String |
entityIdentifier()
The identifier of the entity, in the format of
EntityId@RevisionId. |
String |
entityType()
The named type of the entity, in the format of
EntityType@Version. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastModifiedDate()
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeEntityResponse.Builder> |
serializableBuilderClass() |
DescribeEntityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entityType()
The named type of the entity, in the format of EntityType@Version.
EntityType@Version.public final String entityIdentifier()
The identifier of the entity, in the format of EntityId@RevisionId.
EntityId@RevisionId.public final String entityArn()
The ARN associated to the unique identifier for the entity referenced in this request.
public final String lastModifiedDate()
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
public final String details()
This stringified JSON object includes the details of the entity.
public DescribeEntityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>toBuilder in class AwsResponsepublic static DescribeEntityResponse.Builder builder()
public static Class<? extends DescribeEntityResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.