@Generated(value="software.amazon.awssdk:codegen") public final class AwsApiCallAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsApiCallAction.Builder,AwsApiCallAction>
Contains information about the API action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsApiCallAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
api()
The AWS API name.
|
static AwsApiCallAction.Builder |
builder() |
String |
callerType()
The AWS API caller type.
|
DomainDetails |
domainDetails()
The domain information for the AWS API call.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code of the failed AWS API action.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RemoteIpDetails |
remoteIpDetails()
The remote IP information of the connection that initiated the AWS API call.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsApiCallAction.Builder> |
serializableBuilderClass() |
String |
serviceName()
The AWS service name whose API was invoked.
|
AwsApiCallAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String api()
The AWS API name.
public final String callerType()
The AWS API caller type.
public final DomainDetails domainDetails()
The domain information for the AWS API call.
public final String errorCode()
The error code of the failed AWS API action.
public final RemoteIpDetails remoteIpDetails()
The remote IP information of the connection that initiated the AWS API call.
public final String serviceName()
The AWS service name whose API was invoked.
public AwsApiCallAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsApiCallAction.Builder,AwsApiCallAction>public static AwsApiCallAction.Builder builder()
public static Class<? extends AwsApiCallAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.