@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyzerConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the configuration of an unused access analyzer for an Amazon Web Services organization or account.
Constructor and Description |
---|
AnalyzerConfiguration() |
Modifier and Type | Method and Description |
---|---|
AnalyzerConfiguration |
clone() |
boolean |
equals(Object obj) |
UnusedAccessConfiguration |
getUnusedAccess()
Specifies the configuration of an unused access analyzer for an Amazon Web Services organization or account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUnusedAccess(UnusedAccessConfiguration unusedAccess)
Specifies the configuration of an unused access analyzer for an Amazon Web Services organization or account.
|
String |
toString()
Returns a string representation of this object.
|
AnalyzerConfiguration |
withUnusedAccess(UnusedAccessConfiguration unusedAccess)
Specifies the configuration of an unused access analyzer for an Amazon Web Services organization or account.
|
public void setUnusedAccess(UnusedAccessConfiguration unusedAccess)
Specifies the configuration of an unused access analyzer for an Amazon Web Services organization or account. External access analyzers do not support any configuration.
unusedAccess
- Specifies the configuration of an unused access analyzer for an Amazon Web Services organization or
account. External access analyzers do not support any configuration.public UnusedAccessConfiguration getUnusedAccess()
Specifies the configuration of an unused access analyzer for an Amazon Web Services organization or account. External access analyzers do not support any configuration.
public AnalyzerConfiguration withUnusedAccess(UnusedAccessConfiguration unusedAccess)
Specifies the configuration of an unused access analyzer for an Amazon Web Services organization or account. External access analyzers do not support any configuration.
unusedAccess
- Specifies the configuration of an unused access analyzer for an Amazon Web Services organization or
account. External access analyzers do not support any configuration.public String toString()
toString
in class Object
Object.toString()
public AnalyzerConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.