@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonitoringOutput extends Object implements Serializable, Cloneable, StructuredPojo
The output object for a monitoring job.
| Constructor and Description |
|---|
MonitoringOutput() |
| Modifier and Type | Method and Description |
|---|---|
MonitoringOutput |
clone() |
boolean |
equals(Object obj) |
MonitoringS3Output |
getS3Output()
The Amazon S3 storage location where the results of a monitoring job are saved.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Output(MonitoringS3Output s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
|
String |
toString()
Returns a string representation of this object.
|
MonitoringOutput |
withS3Output(MonitoringS3Output s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
|
public void setS3Output(MonitoringS3Output s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
s3Output - The Amazon S3 storage location where the results of a monitoring job are saved.public MonitoringS3Output getS3Output()
The Amazon S3 storage location where the results of a monitoring job are saved.
public MonitoringOutput withS3Output(MonitoringS3Output s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
s3Output - The Amazon S3 storage location where the results of a monitoring job are saved.public String toString()
toString in class ObjectObject.toString()public MonitoringOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.