@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClassificationScopeSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the classification scope for an Amazon Macie account. Macie uses the scope's settings when it performs automated sensitive data discovery for the account.
Constructor and Description |
---|
ClassificationScopeSummary() |
Modifier and Type | Method and Description |
---|---|
ClassificationScopeSummary |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique identifier for the classification scope.
|
String |
getName()
The name of the classification scope: automated-sensitive-data-discovery.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The unique identifier for the classification scope.
|
void |
setName(String name)
The name of the classification scope: automated-sensitive-data-discovery.
|
String |
toString()
Returns a string representation of this object.
|
ClassificationScopeSummary |
withId(String id)
The unique identifier for the classification scope.
|
ClassificationScopeSummary |
withName(String name)
The name of the classification scope: automated-sensitive-data-discovery.
|
public void setId(String id)
The unique identifier for the classification scope.
id
- The unique identifier for the classification scope.public String getId()
The unique identifier for the classification scope.
public ClassificationScopeSummary withId(String id)
The unique identifier for the classification scope.
id
- The unique identifier for the classification scope.public void setName(String name)
The name of the classification scope: automated-sensitive-data-discovery.
name
- The name of the classification scope: automated-sensitive-data-discovery.public String getName()
The name of the classification scope: automated-sensitive-data-discovery.
public ClassificationScopeSummary withName(String name)
The name of the classification scope: automated-sensitive-data-discovery.
name
- The name of the classification scope: automated-sensitive-data-discovery.public String toString()
toString
in class Object
Object.toString()
public ClassificationScopeSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.