@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutomatedDiscoveryAccount extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the status of automated sensitive data discovery for an Amazon Macie account.
Constructor and Description |
---|
AutomatedDiscoveryAccount() |
Modifier and Type | Method and Description |
---|---|
AutomatedDiscoveryAccount |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID for the account.
|
String |
getStatus()
The current status of automated sensitive data discovery for the account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The Amazon Web Services account ID for the account.
|
void |
setStatus(String status)
The current status of automated sensitive data discovery for the account.
|
String |
toString()
Returns a string representation of this object.
|
AutomatedDiscoveryAccount |
withAccountId(String accountId)
The Amazon Web Services account ID for the account.
|
AutomatedDiscoveryAccount |
withStatus(AutomatedDiscoveryAccountStatus status)
The current status of automated sensitive data discovery for the account.
|
AutomatedDiscoveryAccount |
withStatus(String status)
The current status of automated sensitive data discovery for the account.
|
public void setAccountId(String accountId)
The Amazon Web Services account ID for the account.
accountId
- The Amazon Web Services account ID for the account.public String getAccountId()
The Amazon Web Services account ID for the account.
public AutomatedDiscoveryAccount withAccountId(String accountId)
The Amazon Web Services account ID for the account.
accountId
- The Amazon Web Services account ID for the account.public void setStatus(String status)
The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
status
- The current status of automated sensitive data discovery for the account. Possible values are: ENABLED,
perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform
automated sensitive data discovery activities for the account.AutomatedDiscoveryAccountStatus
public String getStatus()
The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
AutomatedDiscoveryAccountStatus
public AutomatedDiscoveryAccount withStatus(String status)
The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
status
- The current status of automated sensitive data discovery for the account. Possible values are: ENABLED,
perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform
automated sensitive data discovery activities for the account.AutomatedDiscoveryAccountStatus
public AutomatedDiscoveryAccount withStatus(AutomatedDiscoveryAccountStatus status)
The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
status
- The current status of automated sensitive data discovery for the account. Possible values are: ENABLED,
perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform
automated sensitive data discovery activities for the account.AutomatedDiscoveryAccountStatus
public String toString()
toString
in class Object
Object.toString()
public AutomatedDiscoveryAccount clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.