@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceTypeDetail extends Object implements Serializable, Cloneable
Describes the type of service for a VPC endpoint.
Constructor and Description |
---|
ServiceTypeDetail() |
Modifier and Type | Method and Description |
---|---|
ServiceTypeDetail |
clone() |
boolean |
equals(Object obj) |
String |
getServiceType()
The type of service.
|
int |
hashCode() |
void |
setServiceType(String serviceType)
The type of service.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ServiceTypeDetail |
withServiceType(ServiceType serviceType)
The type of service.
|
ServiceTypeDetail |
withServiceType(String serviceType)
The type of service.
|
public void setServiceType(String serviceType)
The type of service.
serviceType
- The type of service.ServiceType
public String getServiceType()
The type of service.
ServiceType
public ServiceTypeDetail withServiceType(String serviceType)
The type of service.
serviceType
- The type of service.ServiceType
public ServiceTypeDetail withServiceType(ServiceType serviceType)
The type of service.
serviceType
- The type of service.ServiceType
public String toString()
toString
in class Object
Object.toString()
public ServiceTypeDetail clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.