@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateServiceLevelObjectiveResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateServiceLevelObjectiveResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateServiceLevelObjectiveResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
ServiceLevelObjective | 
getSlo()
 A structure that contains information about the SLO that you just created. 
 | 
int | 
hashCode()  | 
void | 
setSlo(ServiceLevelObjective slo)
 A structure that contains information about the SLO that you just created. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateServiceLevelObjectiveResult | 
withSlo(ServiceLevelObjective slo)
 A structure that contains information about the SLO that you just created. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSlo(ServiceLevelObjective slo)
A structure that contains information about the SLO that you just created.
slo - A structure that contains information about the SLO that you just created.public ServiceLevelObjective getSlo()
A structure that contains information about the SLO that you just created.
public CreateServiceLevelObjectiveResult withSlo(ServiceLevelObjective slo)
A structure that contains information about the SLO that you just created.
slo - A structure that contains information about the SLO that you just created.public String toString()
toString in class ObjectObject.toString()public CreateServiceLevelObjectiveResult clone()