@Generated(value="software.amazon.awssdk:codegen") public final class SyncResourceRequest extends ServiceCatalogAppRegistryRequest implements ToCopyableBuilder<SyncResourceRequest.Builder,SyncResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SyncResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SyncResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resource()
An entity you can work with and specify with a name or ID.
|
ResourceType |
resourceType()
The type of resource of which the application will be associated.
|
String |
resourceTypeAsString()
The type of resource of which the application will be associated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SyncResourceRequest.Builder> |
serializableBuilderClass() |
SyncResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceType resourceType()
The type of resource of which the application will be associated.
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 of which the application will be associated.
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()
An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.
public SyncResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SyncResourceRequest.Builder,SyncResourceRequest>toBuilder in class ServiceCatalogAppRegistryRequestpublic static SyncResourceRequest.Builder builder()
public static Class<? extends SyncResourceRequest.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 © 2022. All rights reserved.