@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SSMOutput extends Object implements Serializable, Cloneable, StructuredPojo
Contains the location of validation output.
| Constructor and Description |
|---|
SSMOutput() |
| Modifier and Type | Method and Description |
|---|---|
SSMOutput |
clone() |
boolean |
equals(Object obj) |
S3Location |
getS3Location() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Location(S3Location s3Location) |
String |
toString()
Returns a string representation of this object.
|
SSMOutput |
withS3Location(S3Location s3Location) |
public void setS3Location(S3Location s3Location)
s3Location - public S3Location getS3Location()
public SSMOutput withS3Location(S3Location s3Location)
s3Location - public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.