@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetServiceEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
GetServiceEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getServiceType()
The service type for which to get endpoint information about.
|
int |
hashCode() |
void |
setServiceType(String serviceType)
The service type for which to get endpoint information about.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceEndpointRequest |
withServiceType(String serviceType)
The service type for which to get endpoint information about.
|
GetServiceEndpointRequest |
withServiceType(WirelessGatewayServiceType serviceType)
The service type for which to get endpoint information about.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setServiceType(String serviceType)
The service type for which to get endpoint information about. Can be CUPS
for the Configuration and
Update Server endpoint, or LNS
for the LoRaWAN Network Server endpoint or CLAIM
for the
global endpoint.
serviceType
- The service type for which to get endpoint information about. Can be CUPS
for the
Configuration and Update Server endpoint, or LNS
for the LoRaWAN Network Server endpoint or
CLAIM
for the global endpoint.WirelessGatewayServiceType
public String getServiceType()
The service type for which to get endpoint information about. Can be CUPS
for the Configuration and
Update Server endpoint, or LNS
for the LoRaWAN Network Server endpoint or CLAIM
for the
global endpoint.
CUPS
for the
Configuration and Update Server endpoint, or LNS
for the LoRaWAN Network Server endpoint or
CLAIM
for the global endpoint.WirelessGatewayServiceType
public GetServiceEndpointRequest withServiceType(String serviceType)
The service type for which to get endpoint information about. Can be CUPS
for the Configuration and
Update Server endpoint, or LNS
for the LoRaWAN Network Server endpoint or CLAIM
for the
global endpoint.
serviceType
- The service type for which to get endpoint information about. Can be CUPS
for the
Configuration and Update Server endpoint, or LNS
for the LoRaWAN Network Server endpoint or
CLAIM
for the global endpoint.WirelessGatewayServiceType
public GetServiceEndpointRequest withServiceType(WirelessGatewayServiceType serviceType)
The service type for which to get endpoint information about. Can be CUPS
for the Configuration and
Update Server endpoint, or LNS
for the LoRaWAN Network Server endpoint or CLAIM
for the
global endpoint.
serviceType
- The service type for which to get endpoint information about. Can be CUPS
for the
Configuration and Update Server endpoint, or LNS
for the LoRaWAN Network Server endpoint or
CLAIM
for the global endpoint.WirelessGatewayServiceType
public String toString()
toString
in class Object
Object.toString()
public GetServiceEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()