@Generated(value="software.amazon.awssdk:codegen") public final class DescribeHandshakeRequest extends OrganizationsRequest implements ToCopyableBuilder<DescribeHandshakeRequest.Builder,DescribeHandshakeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeHandshakeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeHandshakeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
handshakeId()
The unique identifier (ID) of the handshake that you want information about.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeHandshakeRequest.Builder> |
serializableBuilderClass() |
DescribeHandshakeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String handshakeId()
The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
public DescribeHandshakeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeHandshakeRequest.Builder,DescribeHandshakeRequest>toBuilder in class OrganizationsRequestpublic static DescribeHandshakeRequest.Builder builder()
public static Class<? extends DescribeHandshakeRequest.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.