@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 Object
Object.toString()
public AccessControlConfigurationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.