@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServiceSpecificCredentialRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteServiceSpecificCredentialRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteServiceSpecificCredentialRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getServiceSpecificCredentialId()
The unique identifier of the service-specific credential.
|
String |
getUserName()
The name of the IAM user associated with the service-specific credential.
|
int |
hashCode() |
void |
setServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier of the service-specific credential.
|
void |
setUserName(String userName)
The name of the IAM user associated with the service-specific credential.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteServiceSpecificCredentialRequest |
withServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier of the service-specific credential.
|
DeleteServiceSpecificCredentialRequest |
withUserName(String userName)
The name of the IAM user associated with the service-specific credential.
|
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 DeleteServiceSpecificCredentialRequest()
public void setUserName(String userName)
The name of the IAM user associated with the service-specific credential. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName
- The name of the IAM user associated with the service-specific credential. If this value is not specified,
then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public String getUserName()
The name of the IAM user associated with the service-specific credential. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public DeleteServiceSpecificCredentialRequest withUserName(String userName)
The name of the IAM user associated with the service-specific credential. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName
- The name of the IAM user associated with the service-specific credential. If this value is not specified,
then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public void setServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier of the service-specific credential. You can get this value by calling ListServiceSpecificCredentials.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
serviceSpecificCredentialId
- The unique identifier of the service-specific credential. You can get this value by calling
ListServiceSpecificCredentials.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public String getServiceSpecificCredentialId()
The unique identifier of the service-specific credential. You can get this value by calling ListServiceSpecificCredentials.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public DeleteServiceSpecificCredentialRequest withServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier of the service-specific credential. You can get this value by calling ListServiceSpecificCredentials.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
serviceSpecificCredentialId
- The unique identifier of the service-specific credential. You can get this value by calling
ListServiceSpecificCredentials.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public String toString()
toString
in class Object
Object.toString()
public DeleteServiceSpecificCredentialRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.