@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 Object
Object.toString()
public OutputResolutionResamplingInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.