@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDecoderManifestRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDecoderManifestRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDecoderManifestRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A brief description of the decoder manifest to update.
|
String |
getName()
The name of the decoder manifest to update.
|
List<NetworkInterface> |
getNetworkInterfacesToAdd()
A list of information about the network interfaces to add to the decoder manifest.
|
List<String> |
getNetworkInterfacesToRemove()
A list of network interfaces to remove from the decoder manifest.
|
List<NetworkInterface> |
getNetworkInterfacesToUpdate()
A list of information about the network interfaces to update in the decoder manifest.
|
List<SignalDecoder> |
getSignalDecodersToAdd()
A list of information about decoding additional signals to add to the decoder manifest.
|
List<String> |
getSignalDecodersToRemove()
A list of signal decoders to remove from the decoder manifest.
|
List<SignalDecoder> |
getSignalDecodersToUpdate()
A list of updated information about decoding signals to update in the decoder manifest.
|
String |
getStatus()
The state of the decoder manifest.
|
int |
hashCode() |
void |
setDescription(String description)
A brief description of the decoder manifest to update.
|
void |
setName(String name)
The name of the decoder manifest to update.
|
void |
setNetworkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
void |
setNetworkInterfacesToRemove(Collection<String> networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
|
void |
setNetworkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
void |
setSignalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
void |
setSignalDecodersToRemove(Collection<String> signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
|
void |
setSignalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
void |
setStatus(String status)
The state of the decoder manifest.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDecoderManifestRequest |
withDescription(String description)
A brief description of the decoder manifest to update.
|
UpdateDecoderManifestRequest |
withName(String name)
The name of the decoder manifest to update.
|
UpdateDecoderManifestRequest |
withNetworkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
withNetworkInterfacesToAdd(NetworkInterface... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
withNetworkInterfacesToRemove(Collection<String> networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
|
UpdateDecoderManifestRequest |
withNetworkInterfacesToRemove(String... networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
|
UpdateDecoderManifestRequest |
withNetworkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
UpdateDecoderManifestRequest |
withNetworkInterfacesToUpdate(NetworkInterface... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
UpdateDecoderManifestRequest |
withSignalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
withSignalDecodersToAdd(SignalDecoder... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest |
withSignalDecodersToRemove(Collection<String> signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
|
UpdateDecoderManifestRequest |
withSignalDecodersToRemove(String... signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
|
UpdateDecoderManifestRequest |
withSignalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
UpdateDecoderManifestRequest |
withSignalDecodersToUpdate(SignalDecoder... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
UpdateDecoderManifestRequest |
withStatus(ManifestStatus status)
The state of the decoder manifest.
|
UpdateDecoderManifestRequest |
withStatus(String status)
The state of the decoder manifest.
|
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 setName(String name)
The name of the decoder manifest to update.
name
- The name of the decoder manifest to update.public String getName()
The name of the decoder manifest to update.
public UpdateDecoderManifestRequest withName(String name)
The name of the decoder manifest to update.
name
- The name of the decoder manifest to update.public void setDescription(String description)
A brief description of the decoder manifest to update.
description
- A brief description of the decoder manifest to update.public String getDescription()
A brief description of the decoder manifest to update.
public UpdateDecoderManifestRequest withDescription(String description)
A brief description of the decoder manifest to update.
description
- A brief description of the decoder manifest to update.public List<SignalDecoder> getSignalDecodersToAdd()
A list of information about decoding additional signals to add to the decoder manifest.
public void setSignalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
signalDecodersToAdd
- A list of information about decoding additional signals to add to the decoder manifest.public UpdateDecoderManifestRequest withSignalDecodersToAdd(SignalDecoder... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
NOTE: This method appends the values to the existing list (if any). Use
setSignalDecodersToAdd(java.util.Collection)
or withSignalDecodersToAdd(java.util.Collection)
if you want to override the existing values.
signalDecodersToAdd
- A list of information about decoding additional signals to add to the decoder manifest.public UpdateDecoderManifestRequest withSignalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
signalDecodersToAdd
- A list of information about decoding additional signals to add to the decoder manifest.public List<SignalDecoder> getSignalDecodersToUpdate()
A list of updated information about decoding signals to update in the decoder manifest.
public void setSignalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
signalDecodersToUpdate
- A list of updated information about decoding signals to update in the decoder manifest.public UpdateDecoderManifestRequest withSignalDecodersToUpdate(SignalDecoder... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
NOTE: This method appends the values to the existing list (if any). Use
setSignalDecodersToUpdate(java.util.Collection)
or
withSignalDecodersToUpdate(java.util.Collection)
if you want to override the existing values.
signalDecodersToUpdate
- A list of updated information about decoding signals to update in the decoder manifest.public UpdateDecoderManifestRequest withSignalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
signalDecodersToUpdate
- A list of updated information about decoding signals to update in the decoder manifest.public List<String> getSignalDecodersToRemove()
A list of signal decoders to remove from the decoder manifest.
public void setSignalDecodersToRemove(Collection<String> signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
signalDecodersToRemove
- A list of signal decoders to remove from the decoder manifest.public UpdateDecoderManifestRequest withSignalDecodersToRemove(String... signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
NOTE: This method appends the values to the existing list (if any). Use
setSignalDecodersToRemove(java.util.Collection)
or
withSignalDecodersToRemove(java.util.Collection)
if you want to override the existing values.
signalDecodersToRemove
- A list of signal decoders to remove from the decoder manifest.public UpdateDecoderManifestRequest withSignalDecodersToRemove(Collection<String> signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
signalDecodersToRemove
- A list of signal decoders to remove from the decoder manifest.public List<NetworkInterface> getNetworkInterfacesToAdd()
A list of information about the network interfaces to add to the decoder manifest.
public void setNetworkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
networkInterfacesToAdd
- A list of information about the network interfaces to add to the decoder manifest.public UpdateDecoderManifestRequest withNetworkInterfacesToAdd(NetworkInterface... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInterfacesToAdd(java.util.Collection)
or
withNetworkInterfacesToAdd(java.util.Collection)
if you want to override the existing values.
networkInterfacesToAdd
- A list of information about the network interfaces to add to the decoder manifest.public UpdateDecoderManifestRequest withNetworkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
networkInterfacesToAdd
- A list of information about the network interfaces to add to the decoder manifest.public List<NetworkInterface> getNetworkInterfacesToUpdate()
A list of information about the network interfaces to update in the decoder manifest.
public void setNetworkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
networkInterfacesToUpdate
- A list of information about the network interfaces to update in the decoder manifest.public UpdateDecoderManifestRequest withNetworkInterfacesToUpdate(NetworkInterface... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInterfacesToUpdate(java.util.Collection)
or
withNetworkInterfacesToUpdate(java.util.Collection)
if you want to override the existing values.
networkInterfacesToUpdate
- A list of information about the network interfaces to update in the decoder manifest.public UpdateDecoderManifestRequest withNetworkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
networkInterfacesToUpdate
- A list of information about the network interfaces to update in the decoder manifest.public List<String> getNetworkInterfacesToRemove()
A list of network interfaces to remove from the decoder manifest.
public void setNetworkInterfacesToRemove(Collection<String> networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
networkInterfacesToRemove
- A list of network interfaces to remove from the decoder manifest.public UpdateDecoderManifestRequest withNetworkInterfacesToRemove(String... networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInterfacesToRemove(java.util.Collection)
or
withNetworkInterfacesToRemove(java.util.Collection)
if you want to override the existing values.
networkInterfacesToRemove
- A list of network interfaces to remove from the decoder manifest.public UpdateDecoderManifestRequest withNetworkInterfacesToRemove(Collection<String> networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
networkInterfacesToRemove
- A list of network interfaces to remove from the decoder manifest.public void setStatus(String status)
The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be edited. If
the status is DRAFT
, you can edit the decoder manifest.
status
- The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be
edited. If the status is DRAFT
, you can edit the decoder manifest.ManifestStatus
public String getStatus()
The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be edited. If
the status is DRAFT
, you can edit the decoder manifest.
ACTIVE
, the decoder manifest can't be
edited. If the status is DRAFT
, you can edit the decoder manifest.ManifestStatus
public UpdateDecoderManifestRequest withStatus(String status)
The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be edited. If
the status is DRAFT
, you can edit the decoder manifest.
status
- The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be
edited. If the status is DRAFT
, you can edit the decoder manifest.ManifestStatus
public UpdateDecoderManifestRequest withStatus(ManifestStatus status)
The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be edited. If
the status is DRAFT
, you can edit the decoder manifest.
status
- The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be
edited. If the status is DRAFT
, you can edit the decoder manifest.ManifestStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateDecoderManifestRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()