@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaResourceNeighbor extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MediaResourceNeighbor() |
| Modifier and Type | Method and Description |
|---|---|
MediaResourceNeighbor |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of a resource used in AWS media workflows.
|
String |
getName()
The logical name of an AWS media resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The ARN of a resource used in AWS media workflows.
|
void |
setName(String name)
The logical name of an AWS media resource.
|
String |
toString()
Returns a string representation of this object.
|
MediaResourceNeighbor |
withArn(String arn)
The ARN of a resource used in AWS media workflows.
|
MediaResourceNeighbor |
withName(String name)
The logical name of an AWS media resource.
|
public void setArn(String arn)
arn - The ARN of a resource used in AWS media workflows.public String getArn()
public MediaResourceNeighbor withArn(String arn)
arn - The ARN of a resource used in AWS media workflows.public void setName(String name)
name - The logical name of an AWS media resource.public String getName()
public MediaResourceNeighbor withName(String name)
name - The logical name of an AWS media resource.public String toString()
toString in class ObjectObject.toString()public MediaResourceNeighbor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.