@Generated(value="software.amazon.awssdk:codegen") public final class UpdateMemberSessionRequest extends Macie2Request implements ToCopyableBuilder<UpdateMemberSessionRequest.Builder,UpdateMemberSessionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMemberSessionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMemberSessionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the Amazon Macie resource that the request applies to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateMemberSessionRequest.Builder> |
serializableBuilderClass() |
MacieStatus |
status()
Specifies the new status for the account.
|
String |
statusAsString()
Specifies the new status for the account.
|
UpdateMemberSessionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier for the Amazon Macie resource that the request applies to.
public final MacieStatus status()
Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
If the service returns an enum value that is not available in the current SDK version, status will
return MacieStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
MacieStatuspublic final String statusAsString()
Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
If the service returns an enum value that is not available in the current SDK version, status will
return MacieStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
MacieStatuspublic UpdateMemberSessionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateMemberSessionRequest.Builder,UpdateMemberSessionRequest>toBuilder in class Macie2Requestpublic static UpdateMemberSessionRequest.Builder builder()
public static Class<? extends UpdateMemberSessionRequest.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.