@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MatchingResource extends Object implements Serializable, Cloneable, StructuredPojo
Provides statistical data and other information about an Amazon Web Services resource that Amazon Macie monitors and analyzes for your account.
Constructor and Description |
---|
MatchingResource() |
Modifier and Type | Method and Description |
---|---|
MatchingResource |
clone() |
boolean |
equals(Object obj) |
MatchingBucket |
getMatchingBucket()
The details of an S3 bucket that Amazon Macie monitors and analyzes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMatchingBucket(MatchingBucket matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
|
String |
toString()
Returns a string representation of this object.
|
MatchingResource |
withMatchingBucket(MatchingBucket matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
|
public void setMatchingBucket(MatchingBucket matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
matchingBucket
- The details of an S3 bucket that Amazon Macie monitors and analyzes.public MatchingBucket getMatchingBucket()
The details of an S3 bucket that Amazon Macie monitors and analyzes.
public MatchingResource withMatchingBucket(MatchingBucket matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
matchingBucket
- The details of an S3 bucket that Amazon Macie monitors and analyzes.public String toString()
toString
in class Object
Object.toString()
public MatchingResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.