@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaCapturePipelineSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary data of a media capture pipeline.
Constructor and Description |
---|
MediaCapturePipelineSummary() |
Modifier and Type | Method and Description |
---|---|
MediaCapturePipelineSummary |
clone() |
boolean |
equals(Object obj) |
String |
getMediaPipelineArn()
The ARN of the media pipeline in the summary.
|
String |
getMediaPipelineId()
The ID of the media pipeline in the summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMediaPipelineArn(String mediaPipelineArn)
The ARN of the media pipeline in the summary.
|
void |
setMediaPipelineId(String mediaPipelineId)
The ID of the media pipeline in the summary.
|
String |
toString()
Returns a string representation of this object.
|
MediaCapturePipelineSummary |
withMediaPipelineArn(String mediaPipelineArn)
The ARN of the media pipeline in the summary.
|
MediaCapturePipelineSummary |
withMediaPipelineId(String mediaPipelineId)
The ID of the media pipeline in the summary.
|
public void setMediaPipelineId(String mediaPipelineId)
The ID of the media pipeline in the summary.
mediaPipelineId
- The ID of the media pipeline in the summary.public String getMediaPipelineId()
The ID of the media pipeline in the summary.
public MediaCapturePipelineSummary withMediaPipelineId(String mediaPipelineId)
The ID of the media pipeline in the summary.
mediaPipelineId
- The ID of the media pipeline in the summary.public void setMediaPipelineArn(String mediaPipelineArn)
The ARN of the media pipeline in the summary.
mediaPipelineArn
- The ARN of the media pipeline in the summary.public String getMediaPipelineArn()
The ARN of the media pipeline in the summary.
public MediaCapturePipelineSummary withMediaPipelineArn(String mediaPipelineArn)
The ARN of the media pipeline in the summary.
mediaPipelineArn
- The ARN of the media pipeline in the summary.public String toString()
toString
in class Object
Object.toString()
public MediaCapturePipelineSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.