@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2VpcEndpointServiceServiceTypeDetails extends Object implements Serializable, Cloneable, StructuredPojo
The service type information for a VPC endpoint service.
| Constructor and Description |
|---|
AwsEc2VpcEndpointServiceServiceTypeDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VpcEndpointServiceServiceTypeDetails |
clone() |
boolean |
equals(Object obj) |
String |
getServiceType()
The type of service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setServiceType(String serviceType)
The type of service.
|
String |
toString()
Returns a string representation of this object.
|
AwsEc2VpcEndpointServiceServiceTypeDetails |
withServiceType(String serviceType)
The type of service.
|
public AwsEc2VpcEndpointServiceServiceTypeDetails()
public void setServiceType(String serviceType)
The type of service.
serviceType - The type of service.public String getServiceType()
The type of service.
public AwsEc2VpcEndpointServiceServiceTypeDetails withServiceType(String serviceType)
The type of service.
serviceType - The type of service.public String toString()
toString in class ObjectObject.toString()public AwsEc2VpcEndpointServiceServiceTypeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.