@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccessControlConfigurationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information on an access control configuration that you created for your documents in an index.
| Constructor and Description |
|---|
AccessControlConfigurationSummary() |
| Modifier and Type | Method and Description |
|---|---|
AccessControlConfigurationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The identifier of the access control configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setId(String id)
The identifier of the access control configuration.
|
String |
toString()
Returns a string representation of this object.
|
AccessControlConfigurationSummary |
withId(String id)
The identifier of the access control configuration.
|
public void setId(String id)
The identifier of the access control configuration.
id - The identifier of the access control configuration.public String getId()
The identifier of the access control configuration.
public AccessControlConfigurationSummary withId(String id)
The identifier of the access control configuration.
id - The identifier of the access control configuration.public String toString()
toString in class ObjectObject.toString()public AccessControlConfigurationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.