@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyStreamingPropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ModifyStreamingPropertiesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyStreamingPropertiesRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getResourceId()
 The identifier of the resource. | 
| StreamingProperties | getStreamingProperties()
 The streaming properties to configure. | 
| int | hashCode() | 
| void | setResourceId(String resourceId)
 The identifier of the resource. | 
| void | setStreamingProperties(StreamingProperties streamingProperties)
 The streaming properties to configure. | 
| String | toString()Returns a string representation of this object. | 
| ModifyStreamingPropertiesRequest | withResourceId(String resourceId)
 The identifier of the resource. | 
| ModifyStreamingPropertiesRequest | withStreamingProperties(StreamingProperties streamingProperties)
 The streaming properties to configure. | 
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setResourceId(String resourceId)
The identifier of the resource.
resourceId - The identifier of the resource.public String getResourceId()
The identifier of the resource.
public ModifyStreamingPropertiesRequest withResourceId(String resourceId)
The identifier of the resource.
resourceId - The identifier of the resource.public void setStreamingProperties(StreamingProperties streamingProperties)
The streaming properties to configure.
streamingProperties - The streaming properties to configure.public StreamingProperties getStreamingProperties()
The streaming properties to configure.
public ModifyStreamingPropertiesRequest withStreamingProperties(StreamingProperties streamingProperties)
The streaming properties to configure.
streamingProperties - The streaming properties to configure.public String toString()
toString in class ObjectObject.toString()public ModifyStreamingPropertiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.