@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsService extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about an Amazon Web Service that performed an action on an affected resource.
Constructor and Description |
---|
AwsService() |
Modifier and Type | Method and Description |
---|---|
AwsService |
clone() |
boolean |
equals(Object obj) |
String |
getInvokedBy()
The name of the Amazon Web Service that performed the action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInvokedBy(String invokedBy)
The name of the Amazon Web Service that performed the action.
|
String |
toString()
Returns a string representation of this object.
|
AwsService |
withInvokedBy(String invokedBy)
The name of the Amazon Web Service that performed the action.
|
public void setInvokedBy(String invokedBy)
The name of the Amazon Web Service that performed the action.
invokedBy
- The name of the Amazon Web Service that performed the action.public String getInvokedBy()
The name of the Amazon Web Service that performed the action.
public AwsService withInvokedBy(String invokedBy)
The name of the Amazon Web Service that performed the action.
invokedBy
- The name of the Amazon Web Service that performed the action.public String toString()
toString
in class Object
Object.toString()
public AwsService clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.