@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountAuditConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccountAuditConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountAuditConfigurationResult |
addAuditCheckConfigurationsEntry(String key,
AuditCheckConfiguration value)
Add a single AuditCheckConfigurations entry
|
DescribeAccountAuditConfigurationResult |
addAuditNotificationTargetConfigurationsEntry(String key,
AuditNotificationTarget value)
Add a single AuditNotificationTargetConfigurations entry
|
DescribeAccountAuditConfigurationResult |
clearAuditCheckConfigurationsEntries()
Removes all the entries added into AuditCheckConfigurations.
|
DescribeAccountAuditConfigurationResult |
clearAuditNotificationTargetConfigurationsEntries()
Removes all the entries added into AuditNotificationTargetConfigurations.
|
DescribeAccountAuditConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Map<String,AuditCheckConfiguration> |
getAuditCheckConfigurations()
Which audit checks are enabled and disabled for this account.
|
Map<String,AuditNotificationTarget> |
getAuditNotificationTargetConfigurations()
Information about the targets to which audit notifications are sent for this account.
|
String |
getRoleArn()
The ARN of the role that grants permission to IoT to access information about your devices, policies,
certificates, and other items as required when performing an audit.
|
int |
hashCode() |
void |
setAuditCheckConfigurations(Map<String,AuditCheckConfiguration> auditCheckConfigurations)
Which audit checks are enabled and disabled for this account.
|
void |
setAuditNotificationTargetConfigurations(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
|
void |
setRoleArn(String roleArn)
The ARN of the role that grants permission to IoT to access information about your devices, policies,
certificates, and other items as required when performing an audit.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountAuditConfigurationResult |
withAuditCheckConfigurations(Map<String,AuditCheckConfiguration> auditCheckConfigurations)
Which audit checks are enabled and disabled for this account.
|
DescribeAccountAuditConfigurationResult |
withAuditNotificationTargetConfigurations(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
|
DescribeAccountAuditConfigurationResult |
withRoleArn(String roleArn)
The ARN of the role that grants permission to IoT to access information about your devices, policies,
certificates, and other items as required when performing an audit.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeAccountAuditConfigurationResult()
public void setRoleArn(String roleArn)
The ARN of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.
On the first call to UpdateAccountAuditConfiguration
, this parameter is required.
roleArn
- The ARN of the role that grants permission to IoT to access information about your devices, policies,
certificates, and other items as required when performing an audit.
On the first call to UpdateAccountAuditConfiguration
, this parameter is required.
public String getRoleArn()
The ARN of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.
On the first call to UpdateAccountAuditConfiguration
, this parameter is required.
On the first call to UpdateAccountAuditConfiguration
, this parameter is required.
public DescribeAccountAuditConfigurationResult withRoleArn(String roleArn)
The ARN of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.
On the first call to UpdateAccountAuditConfiguration
, this parameter is required.
roleArn
- The ARN of the role that grants permission to IoT to access information about your devices, policies,
certificates, and other items as required when performing an audit.
On the first call to UpdateAccountAuditConfiguration
, this parameter is required.
public Map<String,AuditNotificationTarget> getAuditNotificationTargetConfigurations()
Information about the targets to which audit notifications are sent for this account.
public void setAuditNotificationTargetConfigurations(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
auditNotificationTargetConfigurations
- Information about the targets to which audit notifications are sent for this account.public DescribeAccountAuditConfigurationResult withAuditNotificationTargetConfigurations(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
auditNotificationTargetConfigurations
- Information about the targets to which audit notifications are sent for this account.public DescribeAccountAuditConfigurationResult addAuditNotificationTargetConfigurationsEntry(String key, AuditNotificationTarget value)
public DescribeAccountAuditConfigurationResult clearAuditNotificationTargetConfigurationsEntries()
public Map<String,AuditCheckConfiguration> getAuditCheckConfigurations()
Which audit checks are enabled and disabled for this account.
public void setAuditCheckConfigurations(Map<String,AuditCheckConfiguration> auditCheckConfigurations)
Which audit checks are enabled and disabled for this account.
auditCheckConfigurations
- Which audit checks are enabled and disabled for this account.public DescribeAccountAuditConfigurationResult withAuditCheckConfigurations(Map<String,AuditCheckConfiguration> auditCheckConfigurations)
Which audit checks are enabled and disabled for this account.
auditCheckConfigurations
- Which audit checks are enabled and disabled for this account.public DescribeAccountAuditConfigurationResult addAuditCheckConfigurationsEntry(String key, AuditCheckConfiguration value)
public DescribeAccountAuditConfigurationResult clearAuditCheckConfigurationsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeAccountAuditConfigurationResult clone()