@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonitoringConstraintsResource extends Object implements Serializable, Cloneable, StructuredPojo
The constraints resource for a monitoring job.
Constructor and Description |
---|
MonitoringConstraintsResource() |
Modifier and Type | Method and Description |
---|---|
MonitoringConstraintsResource |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The Amazon S3 URI for the constraints resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Uri(String s3Uri)
The Amazon S3 URI for the constraints resource.
|
String |
toString()
Returns a string representation of this object.
|
MonitoringConstraintsResource |
withS3Uri(String s3Uri)
The Amazon S3 URI for the constraints resource.
|
public void setS3Uri(String s3Uri)
The Amazon S3 URI for the constraints resource.
s3Uri
- The Amazon S3 URI for the constraints resource.public String getS3Uri()
The Amazon S3 URI for the constraints resource.
public MonitoringConstraintsResource withS3Uri(String s3Uri)
The Amazon S3 URI for the constraints resource.
s3Uri
- The Amazon S3 URI for the constraints resource.public String toString()
toString
in class Object
Object.toString()
public MonitoringConstraintsResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.