@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateServiceLinkedRoleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CreateServiceLinkedRoleRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateServiceLinkedRoleRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getAWSServiceName()
 The AWS service to which this role is attached. 
 | 
String | 
getCustomSuffix()
 A string that you provide, which is combined with the service name to form the complete role name. 
 | 
String | 
getDescription()
 The description of the role. 
 | 
int | 
hashCode()  | 
void | 
setAWSServiceName(String aWSServiceName)
 The AWS service to which this role is attached. 
 | 
void | 
setCustomSuffix(String customSuffix)
 A string that you provide, which is combined with the service name to form the complete role name. 
 | 
void | 
setDescription(String description)
 The description of the role. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
CreateServiceLinkedRoleRequest | 
withAWSServiceName(String aWSServiceName)
 The AWS service to which this role is attached. 
 | 
CreateServiceLinkedRoleRequest | 
withCustomSuffix(String customSuffix)
 A string that you provide, which is combined with the service name to form the complete role name. 
 | 
CreateServiceLinkedRoleRequest | 
withDescription(String description)
 The description of the role. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAWSServiceName(String aWSServiceName)
 The AWS service to which this role is attached. You use a string similar to a URL but without the http:// in
 front. For example: elasticbeanstalk.amazonaws.com
 
aWSServiceName - The AWS service to which this role is attached. You use a string similar to a URL but without the http://
        in front. For example: elasticbeanstalk.amazonaws.compublic String getAWSServiceName()
 The AWS service to which this role is attached. You use a string similar to a URL but without the http:// in
 front. For example: elasticbeanstalk.amazonaws.com
 
elasticbeanstalk.amazonaws.compublic CreateServiceLinkedRoleRequest withAWSServiceName(String aWSServiceName)
 The AWS service to which this role is attached. You use a string similar to a URL but without the http:// in
 front. For example: elasticbeanstalk.amazonaws.com
 
aWSServiceName - The AWS service to which this role is attached. You use a string similar to a URL but without the http://
        in front. For example: elasticbeanstalk.amazonaws.compublic void setDescription(String description)
The description of the role.
description - The description of the role.public String getDescription()
The description of the role.
public CreateServiceLinkedRoleRequest withDescription(String description)
The description of the role.
description - The description of the role.public void setCustomSuffix(String customSuffix)
 A string that you provide, which is combined with the service name to form the complete role name. If you make
 multiple requests for the same service, then you must supply a different CustomSuffix for each
 request. Otherwise the request fails with a duplicate role name error. For example, you could add -1
 or -debug to the suffix.
 
customSuffix - A string that you provide, which is combined with the service name to form the complete role name. If you
        make multiple requests for the same service, then you must supply a different CustomSuffix
        for each request. Otherwise the request fails with a duplicate role name error. For example, you could add
        -1 or -debug to the suffix.public String getCustomSuffix()
 A string that you provide, which is combined with the service name to form the complete role name. If you make
 multiple requests for the same service, then you must supply a different CustomSuffix for each
 request. Otherwise the request fails with a duplicate role name error. For example, you could add -1
 or -debug to the suffix.
 
CustomSuffix
         for each request. Otherwise the request fails with a duplicate role name error. For example, you could
         add -1 or -debug to the suffix.public CreateServiceLinkedRoleRequest withCustomSuffix(String customSuffix)
 A string that you provide, which is combined with the service name to form the complete role name. If you make
 multiple requests for the same service, then you must supply a different CustomSuffix for each
 request. Otherwise the request fails with a duplicate role name error. For example, you could add -1
 or -debug to the suffix.
 
customSuffix - A string that you provide, which is combined with the service name to form the complete role name. If you
        make multiple requests for the same service, then you must supply a different CustomSuffix
        for each request. Otherwise the request fails with a duplicate role name error. For example, you could add
        -1 or -debug to the suffix.public String toString()
toString in class ObjectObject.toString()public CreateServiceLinkedRoleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.