@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsApiCallAction extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AwsApiCallAction() |
Modifier and Type | Method and Description |
---|---|
AwsApiCallAction |
clone() |
boolean |
equals(Object obj) |
String |
getApi()
AWS API name.
|
String |
getCallerType()
AWS API caller type.
|
DomainDetails |
getDomainDetails()
Domain information for the AWS API call.
|
RemoteIpDetails |
getRemoteIpDetails()
Remote IP information of the connection.
|
String |
getServiceName()
AWS service name whose API was invoked.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApi(String api)
AWS API name.
|
void |
setCallerType(String callerType)
AWS API caller type.
|
void |
setDomainDetails(DomainDetails domainDetails)
Domain information for the AWS API call.
|
void |
setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
void |
setServiceName(String serviceName)
AWS service name whose API was invoked.
|
String |
toString()
Returns a string representation of this object.
|
AwsApiCallAction |
withApi(String api)
AWS API name.
|
AwsApiCallAction |
withCallerType(String callerType)
AWS API caller type.
|
AwsApiCallAction |
withDomainDetails(DomainDetails domainDetails)
Domain information for the AWS API call.
|
AwsApiCallAction |
withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
AwsApiCallAction |
withServiceName(String serviceName)
AWS service name whose API was invoked.
|
public void setApi(String api)
AWS API name.
api
- AWS API name.public String getApi()
AWS API name.
public AwsApiCallAction withApi(String api)
AWS API name.
api
- AWS API name.public void setCallerType(String callerType)
AWS API caller type.
callerType
- AWS API caller type.public String getCallerType()
AWS API caller type.
public AwsApiCallAction withCallerType(String callerType)
AWS API caller type.
callerType
- AWS API caller type.public void setDomainDetails(DomainDetails domainDetails)
Domain information for the AWS API call.
domainDetails
- Domain information for the AWS API call.public DomainDetails getDomainDetails()
Domain information for the AWS API call.
public AwsApiCallAction withDomainDetails(DomainDetails domainDetails)
Domain information for the AWS API call.
domainDetails
- Domain information for the AWS API call.public void setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
remoteIpDetails
- Remote IP information of the connection.public RemoteIpDetails getRemoteIpDetails()
Remote IP information of the connection.
public AwsApiCallAction withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
remoteIpDetails
- Remote IP information of the connection.public void setServiceName(String serviceName)
AWS service name whose API was invoked.
serviceName
- AWS service name whose API was invoked.public String getServiceName()
AWS service name whose API was invoked.
public AwsApiCallAction withServiceName(String serviceName)
AWS service name whose API was invoked.
serviceName
- AWS service name whose API was invoked.public String toString()
toString
in class Object
Object.toString()
public AwsApiCallAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.