@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSService extends Object implements Serializable, Cloneable, StructuredPojo
An AWS service such as Amazon S3, AWS CloudTrail, and so on.
| Constructor and Description |
|---|
AWSService() |
| Modifier and Type | Method and Description |
|---|---|
AWSService |
clone() |
boolean |
equals(Object obj) |
String |
getServiceName()
The name of the AWS service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setServiceName(String serviceName)
The name of the AWS service.
|
String |
toString()
Returns a string representation of this object.
|
AWSService |
withServiceName(String serviceName)
The name of the AWS service.
|
public void setServiceName(String serviceName)
The name of the AWS service.
serviceName - The name of the AWS service.public String getServiceName()
The name of the AWS service.
public AWSService withServiceName(String serviceName)
The name of the AWS service.
serviceName - The name of the AWS service.public String toString()
toString in class ObjectObject.toString()public AWSService clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.