@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputResolutionResamplingInput extends Object implements Serializable, Cloneable, StructuredPojo
OutputResolution Configuration indicating the target resolution for the output of Resampling operation.
Constructor and Description |
---|
OutputResolutionResamplingInput() |
Modifier and Type | Method and Description |
---|---|
OutputResolutionResamplingInput |
clone() |
boolean |
equals(Object obj) |
UserDefined |
getUserDefined()
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUserDefined(UserDefined userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
String |
toString()
Returns a string representation of this object.
|
OutputResolutionResamplingInput |
withUserDefined(UserDefined userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
public void setUserDefined(UserDefined userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
userDefined
- User Defined Resolution for the output of Resampling operation defined by value and unit.public UserDefined getUserDefined()
User Defined Resolution for the output of Resampling operation defined by value and unit.
public OutputResolutionResamplingInput withUserDefined(UserDefined userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
userDefined
- User Defined Resolution for the output of Resampling operation defined by value and unit.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.