@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMultiplexProgramRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateMultiplexProgramRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMultiplexProgramRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMultiplexId()
The ID of the multiplex of the program to update.
|
MultiplexProgramSettings |
getMultiplexProgramSettings()
The new settings for a multiplex program.
|
String |
getProgramName()
The name of the program to update.
|
int |
hashCode() |
void |
setMultiplexId(String multiplexId)
The ID of the multiplex of the program to update.
|
void |
setMultiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
The new settings for a multiplex program.
|
void |
setProgramName(String programName)
The name of the program to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMultiplexProgramRequest |
withMultiplexId(String multiplexId)
The ID of the multiplex of the program to update.
|
UpdateMultiplexProgramRequest |
withMultiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
The new settings for a multiplex program.
|
UpdateMultiplexProgramRequest |
withProgramName(String programName)
The name of the program 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, withSdkRequestTimeout
public void setMultiplexId(String multiplexId)
multiplexId
- The ID of the multiplex of the program to update.public String getMultiplexId()
public UpdateMultiplexProgramRequest withMultiplexId(String multiplexId)
multiplexId
- The ID of the multiplex of the program to update.public void setMultiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
multiplexProgramSettings
- The new settings for a multiplex program.public MultiplexProgramSettings getMultiplexProgramSettings()
public UpdateMultiplexProgramRequest withMultiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
multiplexProgramSettings
- The new settings for a multiplex program.public void setProgramName(String programName)
programName
- The name of the program to update.public String getProgramName()
public UpdateMultiplexProgramRequest withProgramName(String programName)
programName
- The name of the program to update.public String toString()
toString
in class Object
Object.toString()
public UpdateMultiplexProgramRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()