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