@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetServiceEndpointResult() |
Modifier and Type | Method and Description |
---|---|
GetServiceEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getServerTrust()
The Root CA of the server trust certificate.
|
String |
getServiceEndpoint()
The service endpoint value.
|
String |
getServiceType()
The endpoint's service type.
|
int |
hashCode() |
void |
setServerTrust(String serverTrust)
The Root CA of the server trust certificate.
|
void |
setServiceEndpoint(String serviceEndpoint)
The service endpoint value.
|
void |
setServiceType(String serviceType)
The endpoint's service type.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceEndpointResult |
withServerTrust(String serverTrust)
The Root CA of the server trust certificate.
|
GetServiceEndpointResult |
withServiceEndpoint(String serviceEndpoint)
The service endpoint value.
|
GetServiceEndpointResult |
withServiceType(String serviceType)
The endpoint's service type.
|
GetServiceEndpointResult |
withServiceType(WirelessGatewayServiceType serviceType)
The endpoint's service type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServiceType(String serviceType)
The endpoint's service type.
serviceType
- The endpoint's service type.WirelessGatewayServiceType
public String getServiceType()
The endpoint's service type.
WirelessGatewayServiceType
public GetServiceEndpointResult withServiceType(String serviceType)
The endpoint's service type.
serviceType
- The endpoint's service type.WirelessGatewayServiceType
public GetServiceEndpointResult withServiceType(WirelessGatewayServiceType serviceType)
The endpoint's service type.
serviceType
- The endpoint's service type.WirelessGatewayServiceType
public void setServiceEndpoint(String serviceEndpoint)
The service endpoint value.
serviceEndpoint
- The service endpoint value.public String getServiceEndpoint()
The service endpoint value.
public GetServiceEndpointResult withServiceEndpoint(String serviceEndpoint)
The service endpoint value.
serviceEndpoint
- The service endpoint value.public void setServerTrust(String serverTrust)
The Root CA of the server trust certificate.
serverTrust
- The Root CA of the server trust certificate.public String getServerTrust()
The Root CA of the server trust certificate.
public GetServiceEndpointResult withServerTrust(String serverTrust)
The Root CA of the server trust certificate.
serverTrust
- The Root CA of the server trust certificate.public String toString()
toString
in class Object
Object.toString()
public GetServiceEndpointResult clone()