@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartEdgeConfigurationUpdateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartEdgeConfigurationUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartEdgeConfigurationUpdateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
EdgeConfig |
getEdgeConfig()
The edge configuration details required to invoke the update process.
|
String |
getStreamARN()
The Amazon Resource Name (ARN) of the stream.
|
String |
getStreamName()
The name of the stream whose edge configuration you want to update.
|
int |
hashCode() |
void |
setEdgeConfig(EdgeConfig edgeConfig)
The edge configuration details required to invoke the update process.
|
void |
setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
void |
setStreamName(String streamName)
The name of the stream whose edge configuration you want to update.
|
String |
toString()
Returns a string representation of this object.
|
StartEdgeConfigurationUpdateRequest |
withEdgeConfig(EdgeConfig edgeConfig)
The edge configuration details required to invoke the update process.
|
StartEdgeConfigurationUpdateRequest |
withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
StartEdgeConfigurationUpdateRequest |
withStreamName(String streamName)
The name of the stream whose edge configuration you want to update.
|
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, withSdkRequestTimeoutpublic void setStreamName(String streamName)
The name of the stream whose edge configuration you want to update. Specify either the StreamName or
the StreamARN.
streamName - The name of the stream whose edge configuration you want to update. Specify either the
StreamName or the StreamARN.public String getStreamName()
The name of the stream whose edge configuration you want to update. Specify either the StreamName or
the StreamARN.
StreamName or the StreamARN.public StartEdgeConfigurationUpdateRequest withStreamName(String streamName)
The name of the stream whose edge configuration you want to update. Specify either the StreamName or
the StreamARN.
streamName - The name of the stream whose edge configuration you want to update. Specify either the
StreamName or the StreamARN.public void setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream. Specify either the StreamName or the
StreamARN.
streamARN - The Amazon Resource Name (ARN) of the stream. Specify either the StreamName or the
StreamARN.public String getStreamARN()
The Amazon Resource Name (ARN) of the stream. Specify either the StreamName or the
StreamARN.
StreamName or the
StreamARN.public StartEdgeConfigurationUpdateRequest withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream. Specify either the StreamName or the
StreamARN.
streamARN - The Amazon Resource Name (ARN) of the stream. Specify either the StreamName or the
StreamARN.public void setEdgeConfig(EdgeConfig edgeConfig)
The edge configuration details required to invoke the update process.
edgeConfig - The edge configuration details required to invoke the update process.public EdgeConfig getEdgeConfig()
The edge configuration details required to invoke the update process.
public StartEdgeConfigurationUpdateRequest withEdgeConfig(EdgeConfig edgeConfig)
The edge configuration details required to invoke the update process.
edgeConfig - The edge configuration details required to invoke the update process.public String toString()
toString in class ObjectObject.toString()public StartEdgeConfigurationUpdateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()