@Generated(value="software.amazon.awssdk:codegen") public final class UpdateResourceCollectionRequest extends DevOpsGuruRequest implements ToCopyableBuilder<UpdateResourceCollectionRequest.Builder,UpdateResourceCollectionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateResourceCollectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceCollectionAction |
action()
Specifies if the resource collection in the request is added or deleted to the resource collection.
|
String |
actionAsString()
Specifies if the resource collection in the request is added or deleted to the resource collection.
|
static UpdateResourceCollectionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UpdateResourceCollectionFilter |
resourceCollection()
Returns the value of the ResourceCollection property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateResourceCollectionRequest.Builder> |
serializableBuilderClass() |
UpdateResourceCollectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final UpdateResourceCollectionAction action()
Specifies if the resource collection in the request is added or deleted to the resource collection.
If the service returns an enum value that is not available in the current SDK version, action will
return UpdateResourceCollectionAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from actionAsString().
UpdateResourceCollectionActionpublic final String actionAsString()
Specifies if the resource collection in the request is added or deleted to the resource collection.
If the service returns an enum value that is not available in the current SDK version, action will
return UpdateResourceCollectionAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from actionAsString().
UpdateResourceCollectionActionpublic final UpdateResourceCollectionFilter resourceCollection()
public UpdateResourceCollectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateResourceCollectionRequest.Builder,UpdateResourceCollectionRequest>toBuilder in class DevOpsGuruRequestpublic static UpdateResourceCollectionRequest.Builder builder()
public static Class<? extends UpdateResourceCollectionRequest.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.