@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberFeaturesConfigurationResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the features for the member account.
Constructor and Description |
---|
MemberFeaturesConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
MemberFeaturesConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Indicates the name of the feature that is enabled for the detector.
|
String |
getStatus()
Indicates the status of the feature that is enabled for the detector.
|
Date |
getUpdatedAt()
The timestamp at which the feature object was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
Indicates the name of the feature that is enabled for the detector.
|
void |
setStatus(String status)
Indicates the status of the feature that is enabled for the detector.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp at which the feature object was updated.
|
String |
toString()
Returns a string representation of this object.
|
MemberFeaturesConfigurationResult |
withName(OrgFeature name)
Indicates the name of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult |
withName(String name)
Indicates the name of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult |
withStatus(FeatureStatus status)
Indicates the status of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult |
withStatus(String status)
Indicates the status of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult |
withUpdatedAt(Date updatedAt)
The timestamp at which the feature object was updated.
|
public void setName(String name)
Indicates the name of the feature that is enabled for the detector.
name
- Indicates the name of the feature that is enabled for the detector.OrgFeature
public String getName()
Indicates the name of the feature that is enabled for the detector.
OrgFeature
public MemberFeaturesConfigurationResult withName(String name)
Indicates the name of the feature that is enabled for the detector.
name
- Indicates the name of the feature that is enabled for the detector.OrgFeature
public MemberFeaturesConfigurationResult withName(OrgFeature name)
Indicates the name of the feature that is enabled for the detector.
name
- Indicates the name of the feature that is enabled for the detector.OrgFeature
public void setStatus(String status)
Indicates the status of the feature that is enabled for the detector.
status
- Indicates the status of the feature that is enabled for the detector.FeatureStatus
public String getStatus()
Indicates the status of the feature that is enabled for the detector.
FeatureStatus
public MemberFeaturesConfigurationResult withStatus(String status)
Indicates the status of the feature that is enabled for the detector.
status
- Indicates the status of the feature that is enabled for the detector.FeatureStatus
public MemberFeaturesConfigurationResult withStatus(FeatureStatus status)
Indicates the status of the feature that is enabled for the detector.
status
- Indicates the status of the feature that is enabled for the detector.FeatureStatus
public void setUpdatedAt(Date updatedAt)
The timestamp at which the feature object was updated.
updatedAt
- The timestamp at which the feature object was updated.public Date getUpdatedAt()
The timestamp at which the feature object was updated.
public MemberFeaturesConfigurationResult withUpdatedAt(Date updatedAt)
The timestamp at which the feature object was updated.
updatedAt
- The timestamp at which the feature object was updated.public String toString()
toString
in class Object
Object.toString()
public MemberFeaturesConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.