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