@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 - PredefinedResolutionpublic String getPredefined()
PredefinedResolutionpublic OutputResolutionStackInput withPredefined(String predefined)
predefined - PredefinedResolutionpublic OutputResolutionStackInput withPredefined(PredefinedResolution predefined)
predefined - PredefinedResolutionpublic void setUserDefined(UserDefined userDefined)
userDefined - public UserDefined getUserDefined()
public OutputResolutionStackInput withUserDefined(UserDefined userDefined)
userDefined - public String toString()
toString in class ObjectObject.toString()public OutputResolutionStackInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.