@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetValue extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AssetValue() |
Modifier and Type | Method and Description |
---|---|
AssetValue |
clone() |
boolean |
equals(Object obj) |
String |
getHref()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHref(String href)
|
String |
toString()
Returns a string representation of this object.
|
AssetValue |
withHref(String href)
|
public void setHref(String href)
href
- public String getHref()
public AssetValue withHref(String href)
href
- public String toString()
toString
in class Object
Object.toString()
public AssetValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.