@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTemplateGroupAccessControlEntryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTemplateGroupAccessControlEntryRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTemplateGroupAccessControlEntryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupSecurityIdentifier()
Security identifier (SID) of the group object from Active Directory.
|
String |
getTemplateArn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
int |
hashCode() |
void |
setGroupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory.
|
void |
setTemplateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTemplateGroupAccessControlEntryRequest |
withGroupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory.
|
DeleteTemplateGroupAccessControlEntryRequest |
withTemplateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteTemplateGroupAccessControlEntryRequest()
public void setGroupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
groupSecurityIdentifier
- Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".public String getGroupSecurityIdentifier()
Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
public DeleteTemplateGroupAccessControlEntryRequest withGroupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
groupSecurityIdentifier
- Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".public void setTemplateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
templateArn
- The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.public String getTemplateArn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
public DeleteTemplateGroupAccessControlEntryRequest withTemplateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
templateArn
- The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.public String toString()
toString
in class Object
Object.toString()
public DeleteTemplateGroupAccessControlEntryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()