@Generated(value="software.amazon.awssdk:codegen") public final class GetListingResponse extends DataZoneResponse implements ToCopyableBuilder<GetListingResponse.Builder,GetListingResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetListingResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetListingResponse.Builder |
builder() |
Instant |
createdAt()
|
String |
createdBy()
The Amazon DataZone user who created the listing.
|
String |
description()
|
String |
domainId()
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
|
ListingItem |
item()
|
String |
listingRevision()
|
String |
name()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetListingResponse.Builder> |
serializableBuilderClass() |
ListingStatus |
status()
|
String |
statusAsString()
|
GetListingResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the listing was updated.
|
String |
updatedBy()
The Amazon DataZone user who updated the listing.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
public final String createdBy()
The Amazon DataZone user who created the listing.
public final String description()
public final String domainId()
public final String id()
public final ListingItem item()
public final String listingRevision()
public final String name()
public final ListingStatus status()
If the service returns an enum value that is not available in the current SDK version, status will
return ListingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ListingStatuspublic final String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status will
return ListingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ListingStatuspublic final Instant updatedAt()
The timestamp of when the listing was updated.
public final String updatedBy()
The Amazon DataZone user who updated the listing.
public GetListingResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetListingResponse.Builder,GetListingResponse>toBuilder in class AwsResponsepublic static GetListingResponse.Builder builder()
public static Class<? extends GetListingResponse.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.