@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSubscriberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetSubscriberRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetSubscriberRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getSubscriberId ()
A value created by Amazon Security Lake that uniquely identifies your
GetSubscriber API request. |
int |
hashCode () |
void |
setSubscriberId (String subscriberId)
A value created by Amazon Security Lake that uniquely identifies your
GetSubscriber API request. |
String |
toString ()
Returns a string representation of this object.
|
GetSubscriberRequest |
withSubscriberId (String subscriberId)
A value created by Amazon Security Lake that uniquely identifies your
GetSubscriber API request. |
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 GetSubscriberRequest()
public void setSubscriberId(String subscriberId)
A value created by Amazon Security Lake that uniquely identifies your GetSubscriber API request.
subscriberId - A value created by Amazon Security Lake that uniquely identifies your GetSubscriber API
request.public String getSubscriberId()
A value created by Amazon Security Lake that uniquely identifies your GetSubscriber API request.
GetSubscriber API
request.public GetSubscriberRequest withSubscriberId(String subscriberId)
A value created by Amazon Security Lake that uniquely identifies your GetSubscriber API request.
subscriberId - A value created by Amazon Security Lake that uniquely identifies your GetSubscriber API
request.public String toString()
toString in class Object Object.toString() public GetSubscriberRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()