@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccessControlConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAccessControlConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateAccessControlConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The identifier of the access control configuration for your documents in an index.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the access control configuration for your documents in an index.
|
String |
toString()
Returns a string representation of this object.
|
CreateAccessControlConfigurationResult |
withId(String id)
The identifier of the access control configuration for your documents in an index.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateAccessControlConfigurationResult()
public void setId(String id)
The identifier of the access control configuration for your documents in an index.
id
- The identifier of the access control configuration for your documents in an index.public String getId()
The identifier of the access control configuration for your documents in an index.
public CreateAccessControlConfigurationResult withId(String id)
The identifier of the access control configuration for your documents in an index.
id
- The identifier of the access control configuration for your documents in an index.public String toString()
toString
in class Object
Object.toString()
public CreateAccessControlConfigurationResult clone()