@Generated(value="software.amazon.awssdk:codegen") public final class DescribeHubContentRequest extends SageMakerRequest implements ToCopyableBuilder<DescribeHubContentRequest.Builder,DescribeHubContentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeHubContentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeHubContentRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hubContentName()
The name of the content to describe.
|
HubContentType |
hubContentType()
The type of content in the hub.
|
String |
hubContentTypeAsString()
The type of content in the hub.
|
String |
hubContentVersion()
The version of the content to describe.
|
String |
hubName()
The name of the hub that contains the content to describe.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeHubContentRequest.Builder> |
serializableBuilderClass() |
DescribeHubContentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hubName()
The name of the hub that contains the content to describe.
public final HubContentType hubContentType()
The type of content in the hub.
If the service returns an enum value that is not available in the current SDK version, hubContentType
will return HubContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from hubContentTypeAsString().
HubContentTypepublic final String hubContentTypeAsString()
The type of content in the hub.
If the service returns an enum value that is not available in the current SDK version, hubContentType
will return HubContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from hubContentTypeAsString().
HubContentTypepublic final String hubContentName()
The name of the content to describe.
public final String hubContentVersion()
The version of the content to describe.
public DescribeHubContentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeHubContentRequest.Builder,DescribeHubContentRequest>toBuilder in class SageMakerRequestpublic static DescribeHubContentRequest.Builder builder()
public static Class<? extends DescribeHubContentRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.