@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputResolutionStackInput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
OutputResolutionStackInput() |
Modifier and Type | Method and Description |
---|---|
OutputResolutionStackInput |
clone() |
boolean |
equals(Object obj) |
String |
getPredefined()
|
UserDefined |
getUserDefined()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPredefined(String predefined)
|
void |
setUserDefined(UserDefined userDefined)
|
String |
toString()
Returns a string representation of this object.
|
OutputResolutionStackInput |
withPredefined(PredefinedResolution predefined)
|
OutputResolutionStackInput |
withPredefined(String predefined)
|
OutputResolutionStackInput |
withUserDefined(UserDefined userDefined)
|
public void setPredefined(String predefined)
predefined
- PredefinedResolution
public String getPredefined()
PredefinedResolution
public OutputResolutionStackInput withPredefined(String predefined)
predefined
- PredefinedResolution
public OutputResolutionStackInput withPredefined(PredefinedResolution predefined)
predefined
- PredefinedResolution
public void setUserDefined(UserDefined userDefined)
userDefined
- public UserDefined getUserDefined()
public OutputResolutionStackInput withUserDefined(UserDefined userDefined)
userDefined
- 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.