@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTemplateGroupAccessControlEntryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTemplateGroupAccessControlEntryRequest() |
Modifier and Type | Method and Description |
---|---|
GetTemplateGroupAccessControlEntryRequest |
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.
|
GetTemplateGroupAccessControlEntryRequest |
withGroupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory.
|
GetTemplateGroupAccessControlEntryRequest |
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 GetTemplateGroupAccessControlEntryRequest()
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 GetTemplateGroupAccessControlEntryRequest 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 GetTemplateGroupAccessControlEntryRequest 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 GetTemplateGroupAccessControlEntryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()