@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSService extends Object implements Serializable, Cloneable, StructuredPojo
An Amazon Web Service such as Amazon S3 or CloudTrail.
| Constructor and Description |
|---|
AWSService() |
| Modifier and Type | Method and Description |
|---|---|
AWSService |
clone() |
boolean |
equals(Object obj) |
String |
getServiceName()
The name of the Amazon Web Service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setServiceName(String serviceName)
The name of the Amazon Web Service.
|
String |
toString()
Returns a string representation of this object.
|
AWSService |
withServiceName(String serviceName)
The name of the Amazon Web Service.
|
public void setServiceName(String serviceName)
The name of the Amazon Web Service.
serviceName - The name of the Amazon Web Service.public String getServiceName()
The name of the Amazon Web Service.
public AWSService withServiceName(String serviceName)
The name of the Amazon Web Service.
serviceName - The name of the Amazon Web Service.public String toString()
toString in class ObjectObject.toString()public AWSService clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.