@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DiscoverInstancesRevisionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DiscoverInstancesRevisionRequest () |
| Modifier and Type | Method and Description |
|---|---|
DiscoverInstancesRevisionRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getNamespaceName ()
The
HttpName name of the namespace. |
String |
getServiceName ()
The name of the service that you specified when you registered the instance.
|
int |
hashCode () |
void |
setNamespaceName (String namespaceName)
The
HttpName name of the namespace. |
void |
setServiceName (String serviceName)
The name of the service that you specified when you registered the instance.
|
String |
toString ()
Returns a string representation of this object.
|
DiscoverInstancesRevisionRequest |
withNamespaceName (String namespaceName)
The
HttpName name of the namespace. |
DiscoverInstancesRevisionRequest |
withServiceName (String serviceName)
The name of the service that you specified when you registered the instance.
|
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 DiscoverInstancesRevisionRequest()
public void setNamespaceName(String namespaceName)
The HttpName name of the namespace. It's found in the HttpProperties member of the
Properties member of the namespace.
namespaceName - The HttpName name of the namespace. It's found in the HttpProperties member of
the Properties member of the namespace.public String getNamespaceName()
The HttpName name of the namespace. It's found in the HttpProperties member of the
Properties member of the namespace.
HttpName name of the namespace. It's found in the HttpProperties member of
the Properties member of the namespace.public DiscoverInstancesRevisionRequest withNamespaceName(String namespaceName)
The HttpName name of the namespace. It's found in the HttpProperties member of the
Properties member of the namespace.
namespaceName - The HttpName name of the namespace. It's found in the HttpProperties member of
the Properties member of the namespace.public void setServiceName(String serviceName)
The name of the service that you specified when you registered the instance.
serviceName - The name of the service that you specified when you registered the instance.public String getServiceName()
The name of the service that you specified when you registered the instance.
public DiscoverInstancesRevisionRequest withServiceName(String serviceName)
The name of the service that you specified when you registered the instance.
serviceName - The name of the service that you specified when you registered the instance.public String toString()
toString in class Object Object.toString() public DiscoverInstancesRevisionRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()