@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSubscriptionTargetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSubscriptionTargetRequest() |
Modifier and Type | Method and Description |
---|---|
GetSubscriptionTargetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain in which the subscription target exists.
|
String |
getEnvironmentIdentifier()
The ID of the environment associated with the subscription target.
|
String |
getIdentifier()
The ID of the subscription target.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the subscription target exists.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment associated with the subscription target.
|
void |
setIdentifier(String identifier)
The ID of the subscription target.
|
String |
toString()
Returns a string representation of this object.
|
GetSubscriptionTargetRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the subscription target exists.
|
GetSubscriptionTargetRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment associated with the subscription target.
|
GetSubscriptionTargetRequest |
withIdentifier(String identifier)
The ID of the subscription target.
|
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 setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the subscription target exists.
domainIdentifier
- The ID of the Amazon DataZone domain in which the subscription target exists.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which the subscription target exists.
public GetSubscriptionTargetRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the subscription target exists.
domainIdentifier
- The ID of the Amazon DataZone domain in which the subscription target exists.public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment associated with the subscription target.
environmentIdentifier
- The ID of the environment associated with the subscription target.public String getEnvironmentIdentifier()
The ID of the environment associated with the subscription target.
public GetSubscriptionTargetRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment associated with the subscription target.
environmentIdentifier
- The ID of the environment associated with the subscription target.public void setIdentifier(String identifier)
The ID of the subscription target.
identifier
- The ID of the subscription target.public String getIdentifier()
The ID of the subscription target.
public GetSubscriptionTargetRequest withIdentifier(String identifier)
The ID of the subscription target.
identifier
- The ID of the subscription target.public String toString()
toString
in class Object
Object.toString()
public GetSubscriptionTargetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()