@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaInsightsPipelineElementStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the pipeline element.
| Constructor and Description |
|---|
MediaInsightsPipelineElementStatus() |
| Modifier and Type | Method and Description |
|---|---|
MediaInsightsPipelineElementStatus |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The element's status.
|
String |
getType()
The type of status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
The element's status.
|
void |
setType(String type)
The type of status.
|
String |
toString()
Returns a string representation of this object.
|
MediaInsightsPipelineElementStatus |
withStatus(MediaPipelineElementStatus status)
The element's status.
|
MediaInsightsPipelineElementStatus |
withStatus(String status)
The element's status.
|
MediaInsightsPipelineElementStatus |
withType(MediaInsightsPipelineConfigurationElementType type)
The type of status.
|
MediaInsightsPipelineElementStatus |
withType(String type)
The type of status.
|
public void setType(String type)
The type of status.
type - The type of status.MediaInsightsPipelineConfigurationElementTypepublic String getType()
The type of status.
MediaInsightsPipelineConfigurationElementTypepublic MediaInsightsPipelineElementStatus withType(String type)
The type of status.
type - The type of status.MediaInsightsPipelineConfigurationElementTypepublic MediaInsightsPipelineElementStatus withType(MediaInsightsPipelineConfigurationElementType type)
The type of status.
type - The type of status.MediaInsightsPipelineConfigurationElementTypepublic void setStatus(String status)
The element's status.
status - The element's status.MediaPipelineElementStatuspublic String getStatus()
The element's status.
MediaPipelineElementStatuspublic MediaInsightsPipelineElementStatus withStatus(String status)
The element's status.
status - The element's status.MediaPipelineElementStatuspublic MediaInsightsPipelineElementStatus withStatus(MediaPipelineElementStatus status)
The element's status.
status - The element's status.MediaPipelineElementStatuspublic String toString()
toString in class ObjectObject.toString()public MediaInsightsPipelineElementStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.