@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisVideoStreamPoolSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the Kinesis video stream pool.
| Constructor and Description |
|---|
KinesisVideoStreamPoolSummary() |
| Modifier and Type | Method and Description |
|---|---|
KinesisVideoStreamPoolSummary |
clone() |
boolean |
equals(Object obj) |
String |
getPoolArn()
The ARN of the video stream pool.
|
String |
getPoolId()
The ID of the video stream pool.
|
String |
getPoolName()
The name of the video stream pool.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPoolArn(String poolArn)
The ARN of the video stream pool.
|
void |
setPoolId(String poolId)
The ID of the video stream pool.
|
void |
setPoolName(String poolName)
The name of the video stream pool.
|
String |
toString()
Returns a string representation of this object.
|
KinesisVideoStreamPoolSummary |
withPoolArn(String poolArn)
The ARN of the video stream pool.
|
KinesisVideoStreamPoolSummary |
withPoolId(String poolId)
The ID of the video stream pool.
|
KinesisVideoStreamPoolSummary |
withPoolName(String poolName)
The name of the video stream pool.
|
public void setPoolName(String poolName)
The name of the video stream pool.
poolName - The name of the video stream pool.public String getPoolName()
The name of the video stream pool.
public KinesisVideoStreamPoolSummary withPoolName(String poolName)
The name of the video stream pool.
poolName - The name of the video stream pool.public void setPoolId(String poolId)
The ID of the video stream pool.
poolId - The ID of the video stream pool.public String getPoolId()
The ID of the video stream pool.
public KinesisVideoStreamPoolSummary withPoolId(String poolId)
The ID of the video stream pool.
poolId - The ID of the video stream pool.public void setPoolArn(String poolArn)
The ARN of the video stream pool.
poolArn - The ARN of the video stream pool.public String getPoolArn()
The ARN of the video stream pool.
public KinesisVideoStreamPoolSummary withPoolArn(String poolArn)
The ARN of the video stream pool.
poolArn - The ARN of the video stream pool.public String toString()
toString in class ObjectObject.toString()public KinesisVideoStreamPoolSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.