@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 service principal for the Amazon Web Services service to which this role is attached.
|
String |
getCustomSuffix()
|
String |
getDescription()
The description of the role.
|
int |
hashCode() |
void |
setAWSServiceName(String aWSServiceName)
The service principal for the Amazon Web Services service to which this role is attached.
|
void |
setCustomSuffix(String customSuffix)
|
void |
setDescription(String description)
The description of the role.
|
String |
toString()
Returns a string representation of this object.
|
CreateServiceLinkedRoleRequest |
withAWSServiceName(String aWSServiceName)
The service principal for the Amazon Web Services service to which this role is attached.
|
CreateServiceLinkedRoleRequest |
withCustomSuffix(String customSuffix)
|
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, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAWSServiceName(String aWSServiceName)
The service principal for the Amazon Web Services 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
.
Service principals are unique and case-sensitive. To find the exact service principal for your service-linked role, see Amazon Web Services services that work with IAM in the IAM User Guide. Look for the services that have Yes in the Service-Linked Role column. Choose the Yes link to view the service-linked role documentation for that service.
aWSServiceName
- The service principal for the Amazon Web Services 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
.
Service principals are unique and case-sensitive. To find the exact service principal for your service-linked role, see Amazon Web Services services that work with IAM in the IAM User Guide. Look for the services that have Yes in the Service-Linked Role column. Choose the Yes link to view the service-linked role documentation for that service.
public String getAWSServiceName()
The service principal for the Amazon Web Services 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
.
Service principals are unique and case-sensitive. To find the exact service principal for your service-linked role, see Amazon Web Services services that work with IAM in the IAM User Guide. Look for the services that have Yes in the Service-Linked Role column. Choose the Yes link to view the service-linked role documentation for that service.
elasticbeanstalk.amazonaws.com
.
Service principals are unique and case-sensitive. To find the exact service principal for your service-linked role, see Amazon Web Services services that work with IAM in the IAM User Guide. Look for the services that have Yes in the Service-Linked Role column. Choose the Yes link to view the service-linked role documentation for that service.
public CreateServiceLinkedRoleRequest withAWSServiceName(String aWSServiceName)
The service principal for the Amazon Web Services 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
.
Service principals are unique and case-sensitive. To find the exact service principal for your service-linked role, see Amazon Web Services services that work with IAM in the IAM User Guide. Look for the services that have Yes in the Service-Linked Role column. Choose the Yes link to view the service-linked role documentation for that service.
aWSServiceName
- The service principal for the Amazon Web Services 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
.
Service principals are unique and case-sensitive. To find the exact service principal for your service-linked role, see Amazon Web Services services that work with IAM in the IAM User Guide. Look for the services that have Yes in the Service-Linked Role column. Choose the Yes link to view the service-linked role documentation for that service.
public 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-provided prefix 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.
Some services do not support the CustomSuffix
parameter. If you provide an optional suffix and the
operation fails, try the operation again without the suffix.
customSuffix
-
A string that you provide, which is combined with the service-provided prefix 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.
Some services do not support the CustomSuffix
parameter. If you provide an optional suffix
and the operation fails, try the operation again without the suffix.
public String getCustomSuffix()
A string that you provide, which is combined with the service-provided prefix 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.
Some services do not support the CustomSuffix
parameter. If you provide an optional suffix and the
operation fails, try the operation again without the suffix.
A string that you provide, which is combined with the service-provided prefix 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.
Some services do not support the CustomSuffix
parameter. If you provide an optional suffix
and the operation fails, try the operation again without the suffix.
public CreateServiceLinkedRoleRequest withCustomSuffix(String customSuffix)
A string that you provide, which is combined with the service-provided prefix 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.
Some services do not support the CustomSuffix
parameter. If you provide an optional suffix and the
operation fails, try the operation again without the suffix.
customSuffix
-
A string that you provide, which is combined with the service-provided prefix 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.
Some services do not support the CustomSuffix
parameter. If you provide an optional suffix
and the operation fails, try the operation again without the suffix.
public String toString()
toString
in class Object
Object.toString()
public CreateServiceLinkedRoleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()