@Generated(value="software.amazon.awssdk:codegen") public final class GetAssociatedResourceRequest extends ServiceCatalogAppRegistryRequest implements ToCopyableBuilder<GetAssociatedResourceRequest.Builder,GetAssociatedResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAssociatedResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
application()
The name or ID of the application.
|
static GetAssociatedResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resource()
The name or ID of the resource associated with the application.
|
ResourceType |
resourceType()
The type of resource associated with the application.
|
String |
resourceTypeAsString()
The type of resource associated with the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAssociatedResourceRequest.Builder> |
serializableBuilderClass() |
GetAssociatedResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String application()
The name or ID of the application.
public final ResourceType resourceType()
The type of resource associated with the application.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String resourceTypeAsString()
The type of resource associated with the application.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String resource()
The name or ID of the resource associated with the application.
public GetAssociatedResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAssociatedResourceRequest.Builder,GetAssociatedResourceRequest>toBuilder in class ServiceCatalogAppRegistryRequestpublic static GetAssociatedResourceRequest.Builder builder()
public static Class<? extends GetAssociatedResourceRequest.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.