@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNotificationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeNotificationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeNotificationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getStreamARN()
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification
configuration.
|
String |
getStreamName()
The name of the stream from which to retrieve the notification configuration.
|
int |
hashCode() |
void |
setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification
configuration.
|
void |
setStreamName(String streamName)
The name of the stream from which to retrieve the notification configuration.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNotificationConfigurationRequest |
withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification
configuration.
|
DescribeNotificationConfigurationRequest |
withStreamName(String streamName)
The name of the stream from which to retrieve the notification configuration.
|
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 DescribeNotificationConfigurationRequest()
public void setStreamName(String streamName)
The name of the stream from which to retrieve the notification configuration. You must specify either the
StreamName
or the StreamARN
.
streamName
- The name of the stream from which to retrieve the notification configuration. You must specify either the
StreamName
or the StreamARN
.public String getStreamName()
The name of the stream from which to retrieve the notification configuration. You must specify either the
StreamName
or the StreamARN
.
StreamName
or the StreamARN
.public DescribeNotificationConfigurationRequest withStreamName(String streamName)
The name of the stream from which to retrieve the notification configuration. You must specify either the
StreamName
or the StreamARN
.
streamName
- The name of the stream from which to retrieve the notification configuration. You must specify either the
StreamName
or the StreamARN
.public void setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification
configuration. You must specify either the StreamName
or the StreamARN.
streamARN
- The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the
notification configuration. You must specify either the StreamName
or the StreamARN.public String getStreamARN()
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification
configuration. You must specify either the StreamName
or the StreamARN.
StreamName
or the StreamARN.public DescribeNotificationConfigurationRequest withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification
configuration. You must specify either the StreamName
or the StreamARN.
streamARN
- The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the
notification configuration. You must specify either the StreamName
or the StreamARN.public String toString()
toString
in class Object
Object.toString()
public DescribeNotificationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()