@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurationRecorder extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the recording of configuration changes of an AWS resource.
Constructor and Description |
---|
ConfigurationRecorder() |
Modifier and Type | Method and Description |
---|---|
ConfigurationRecorder |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the recorder.
|
RecordingGroup |
getRecordingGroup()
Specifies the types of AWS resource for which AWS Config records configuration changes.
|
String |
getRoleARN()
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the recorder.
|
void |
setRecordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resource for which AWS Config records configuration changes.
|
void |
setRoleARN(String roleARN)
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ConfigurationRecorder |
withName(String name)
The name of the recorder.
|
ConfigurationRecorder |
withRecordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resource for which AWS Config records configuration changes.
|
ConfigurationRecorder |
withRoleARN(String roleARN)
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
|
public void setName(String name)
The name of the recorder. By default, AWS Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.
name
- The name of the recorder. By default, AWS Config automatically assigns the name "default" when creating
the configuration recorder. You cannot change the assigned name.public String getName()
The name of the recorder. By default, AWS Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.
public ConfigurationRecorder withName(String name)
The name of the recorder. By default, AWS Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.
name
- The name of the recorder. By default, AWS Config automatically assigns the name "default" when creating
the configuration recorder. You cannot change the assigned name.public void setRoleARN(String roleARN)
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
roleARN
- Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.public String getRoleARN()
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
public ConfigurationRecorder withRoleARN(String roleARN)
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
roleARN
- Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.public void setRecordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resource for which AWS Config records configuration changes.
recordingGroup
- Specifies the types of AWS resource for which AWS Config records configuration changes.public RecordingGroup getRecordingGroup()
Specifies the types of AWS resource for which AWS Config records configuration changes.
public ConfigurationRecorder withRecordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resource for which AWS Config records configuration changes.
recordingGroup
- Specifies the types of AWS resource for which AWS Config records configuration changes.public String toString()
toString
in class Object
Object.toString()
public ConfigurationRecorder clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.