@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputResolutionStackInput extends Object implements Serializable, Cloneable, StructuredPojo
The input structure representing Output Resolution for Stacking Operation.
Constructor and Description |
---|
OutputResolutionStackInput() |
Modifier and Type | Method and Description |
---|---|
OutputResolutionStackInput |
clone() |
boolean |
equals(Object obj) |
String |
getPredefined()
A string value representing Predefined Output Resolution for a stacking operation.
|
UserDefined |
getUserDefined()
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPredefined(String predefined)
A string value representing Predefined Output Resolution for a stacking operation.
|
void |
setUserDefined(UserDefined userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
String |
toString()
Returns a string representation of this object.
|
OutputResolutionStackInput |
withPredefined(PredefinedResolution predefined)
A string value representing Predefined Output Resolution for a stacking operation.
|
OutputResolutionStackInput |
withPredefined(String predefined)
A string value representing Predefined Output Resolution for a stacking operation.
|
OutputResolutionStackInput |
withUserDefined(UserDefined userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
public void setPredefined(String predefined)
A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST
, LOWEST
, and AVERAGE
.
predefined
- A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST
, LOWEST
, and AVERAGE
.PredefinedResolution
public String getPredefined()
A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST
, LOWEST
, and AVERAGE
.
HIGHEST
, LOWEST
, and AVERAGE
.PredefinedResolution
public OutputResolutionStackInput withPredefined(String predefined)
A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST
, LOWEST
, and AVERAGE
.
predefined
- A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST
, LOWEST
, and AVERAGE
.PredefinedResolution
public OutputResolutionStackInput withPredefined(PredefinedResolution predefined)
A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST
, LOWEST
, and AVERAGE
.
predefined
- A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST
, LOWEST
, and AVERAGE
.PredefinedResolution
public void setUserDefined(UserDefined userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
userDefined
- The structure representing User Output Resolution for a Stacking operation defined as a value and unit.public UserDefined getUserDefined()
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
public OutputResolutionStackInput withUserDefined(UserDefined userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
userDefined
- The structure representing User Output Resolution for a Stacking operation defined as a value and unit.public String toString()
toString
in class Object
Object.toString()
public OutputResolutionStackInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.