@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() |
boolean |
equals(Object obj) |
String |
getFindingPublishingFrequency()
Specifies how often to publish 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 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 findings for the account.
|
UpdateMacieSessionRequest |
withFindingPublishingFrequency(String findingPublishingFrequency)
Specifies how often to publish 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, copyBaseTo, 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, withSdkRequestTimeoutpublic void setFindingPublishingFrequency(String findingPublishingFrequency)
findingPublishingFrequency - Specifies how often to publish findings for the account. This includes adding findings to AWS Security Hub
and exporting finding events to Amazon CloudWatch.FindingPublishingFrequencypublic String getFindingPublishingFrequency()
FindingPublishingFrequencypublic UpdateMacieSessionRequest withFindingPublishingFrequency(String findingPublishingFrequency)
findingPublishingFrequency - Specifies how often to publish findings for the account. This includes adding findings to AWS Security Hub
and exporting finding events to Amazon CloudWatch.FindingPublishingFrequencypublic UpdateMacieSessionRequest withFindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
findingPublishingFrequency - Specifies how often to publish findings for the account. This includes adding findings to AWS Security Hub
and exporting finding events to Amazon CloudWatch.FindingPublishingFrequencypublic 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.MacieStatuspublic 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.
MacieStatuspublic 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.MacieStatuspublic 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.MacieStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateMacieSessionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.