@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEventStreamRequest() |
Modifier and Type | Method and Description |
---|---|
GetEventStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
String |
getEventStreamName()
The name of the event stream provided during create operations.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setEventStreamName(String eventStreamName)
The name of the event stream provided during create operations.
|
String |
toString()
Returns a string representation of this object.
|
GetEventStreamRequest |
withDomainName(String domainName)
The unique name of the domain.
|
GetEventStreamRequest |
withEventStreamName(String eventStreamName)
The name of the event stream provided during create operations.
|
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 setDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String getDomainName()
The unique name of the domain.
public GetEventStreamRequest withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setEventStreamName(String eventStreamName)
The name of the event stream provided during create operations.
eventStreamName
- The name of the event stream provided during create operations.public String getEventStreamName()
The name of the event stream provided during create operations.
public GetEventStreamRequest withEventStreamName(String eventStreamName)
The name of the event stream provided during create operations.
eventStreamName
- The name of the event stream provided during create operations.public String toString()
toString
in class Object
Object.toString()
public GetEventStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()