@Value.Immutable
public interface DescribeEntityResponse
DescribeEntity> operation.| Modifier and Type | Method and Description |
|---|---|
CacheControl |
cacheControl()
Caching policy for the entity.
|
EntityDefinition |
entityDefinition()
Data model of the entity.
|
ErrorDetails |
errorDetails()
Error details if the Operation is unsuccessful.
|
boolean |
isSuccess()
Specifies if the operation is successful or not.
|
boolean isSuccess()
@Nullable ErrorDetails errorDetails()
@Nullable EntityDefinition entityDefinition()
@Nullable CacheControl cacheControl()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.