@Generated(value="software.amazon.awssdk:codegen") public final class AssociateResourceRequest extends SyntheticsRequest implements ToCopyableBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupIdentifier()
Specifies the group.
|
int |
hashCode() |
String |
resourceArn()
The ARN of the canary that you want to associate with the specified group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateResourceRequest.Builder> |
serializableBuilderClass() |
AssociateResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupIdentifier()
Specifies the group. You can specify the group name, the ARN, or the group ID as the GroupIdentifier
.
GroupIdentifier.public final String resourceArn()
The ARN of the canary that you want to associate with the specified group.
public AssociateResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>toBuilder in class SyntheticsRequestpublic static AssociateResourceRequest.Builder builder()
public static Class<? extends AssociateResourceRequest.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.