@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetServiceRequest() |
Modifier and Type | Method and Description |
---|---|
GetServiceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationIdentifier()
The ID of the application.
|
String |
getEnvironmentIdentifier()
The ID of the environment.
|
String |
getServiceIdentifier()
The ID of the service.
|
int |
hashCode() |
void |
setApplicationIdentifier(String applicationIdentifier)
The ID of the application.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
|
void |
setServiceIdentifier(String serviceIdentifier)
The ID of the service.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceRequest |
withApplicationIdentifier(String applicationIdentifier)
The ID of the application.
|
GetServiceRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
|
GetServiceRequest |
withServiceIdentifier(String serviceIdentifier)
The ID of the service.
|
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 setApplicationIdentifier(String applicationIdentifier)
The ID of the application.
applicationIdentifier
- The ID of the application.public String getApplicationIdentifier()
The ID of the application.
public GetServiceRequest withApplicationIdentifier(String applicationIdentifier)
The ID of the application.
applicationIdentifier
- The ID of the application.public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
environmentIdentifier
- The ID of the environment.public String getEnvironmentIdentifier()
The ID of the environment.
public GetServiceRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
environmentIdentifier
- The ID of the environment.public void setServiceIdentifier(String serviceIdentifier)
The ID of the service.
serviceIdentifier
- The ID of the service.public String getServiceIdentifier()
The ID of the service.
public GetServiceRequest withServiceIdentifier(String serviceIdentifier)
The ID of the service.
serviceIdentifier
- The ID of the service.public String toString()
toString
in class Object
Object.toString()
public GetServiceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()