@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMacieSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateMacieSessionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMacieSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFindingPublishingFrequency()
Specifies how often to publish updates to policy findings for the account.
|
String |
getStatus()
Specifies whether to change the status of the account.
|
int |
hashCode() |
void |
setFindingPublishingFrequency(String findingPublishingFrequency)
Specifies how often to publish updates to policy findings for the account.
|
void |
setStatus(String status)
Specifies whether to change the status of the account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMacieSessionRequest |
withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
Specifies how often to publish updates to policy findings for the account.
|
UpdateMacieSessionRequest |
withFindingPublishingFrequency(String findingPublishingFrequency)
Specifies how often to publish updates to policy findings for the account.
|
UpdateMacieSessionRequest |
withStatus(MacieStatus status)
Specifies whether to change the status of the account.
|
UpdateMacieSessionRequest |
withStatus(String status)
Specifies whether to change the status of the account.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFindingPublishingFrequency(String findingPublishingFrequency)
findingPublishingFrequency
- Specifies how often to publish updates to policy findings for the account. This includes publishing
updates to AWS Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).FindingPublishingFrequency
public String getFindingPublishingFrequency()
FindingPublishingFrequency
public UpdateMacieSessionRequest withFindingPublishingFrequency(String findingPublishingFrequency)
findingPublishingFrequency
- Specifies how often to publish updates to policy findings for the account. This includes publishing
updates to AWS Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).FindingPublishingFrequency
public UpdateMacieSessionRequest withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
findingPublishingFrequency
- Specifies how often to publish updates to policy findings for the account. This includes publishing
updates to AWS Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).FindingPublishingFrequency
public void setStatus(String status)
Specifies whether to change the status of the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
status
- Specifies whether to change the status of the account. Valid values are: ENABLED, resume all Amazon Macie
activities for the account; and, PAUSED, suspend all Macie activities for the account.MacieStatus
public String getStatus()
Specifies whether to change the status of the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
MacieStatus
public UpdateMacieSessionRequest withStatus(String status)
Specifies whether to change the status of the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
status
- Specifies whether to change the status of the account. Valid values are: ENABLED, resume all Amazon Macie
activities for the account; and, PAUSED, suspend all Macie activities for the account.MacieStatus
public UpdateMacieSessionRequest withStatus(MacieStatus status)
Specifies whether to change the status of the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
status
- Specifies whether to change the status of the account. Valid values are: ENABLED, resume all Amazon Macie
activities for the account; and, PAUSED, suspend all Macie activities for the account.MacieStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateMacieSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()