@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceSpecificCredentialRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServiceSpecificCredentialRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceSpecificCredentialRequest |
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 |
getStatus()
The status to be assigned to 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 |
setStatus(StatusType status)
The status to be assigned to the service-specific credential.
|
void |
setStatus(String status)
The status to be assigned to 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.
|
UpdateServiceSpecificCredentialRequest |
withServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier of the service-specific credential.
|
UpdateServiceSpecificCredentialRequest |
withStatus(StatusType status)
The status to be assigned to the service-specific credential.
|
UpdateServiceSpecificCredentialRequest |
withStatus(String status)
The status to be assigned to the service-specific credential.
|
UpdateServiceSpecificCredentialRequest |
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 UpdateServiceSpecificCredentialRequest()
public void setUserName(String userName)
The name of the IAM user associated with the service-specific credential. If you do not specify this value, 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 you do not specify this
value, 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 you do not specify this value, 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 UpdateServiceSpecificCredentialRequest withUserName(String userName)
The name of the IAM user associated with the service-specific credential. If you do not specify this value, 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 you do not specify this
value, 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.
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.
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.
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 UpdateServiceSpecificCredentialRequest withServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier of the service-specific credential.
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.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public void setStatus(String status)
The status to be assigned to the service-specific credential.
status
- The status to be assigned to the service-specific credential.StatusType
public String getStatus()
The status to be assigned to the service-specific credential.
StatusType
public UpdateServiceSpecificCredentialRequest withStatus(String status)
The status to be assigned to the service-specific credential.
status
- The status to be assigned to the service-specific credential.StatusType
public void setStatus(StatusType status)
The status to be assigned to the service-specific credential.
status
- The status to be assigned to the service-specific credential.StatusType
public UpdateServiceSpecificCredentialRequest withStatus(StatusType status)
The status to be assigned to the service-specific credential.
status
- The status to be assigned to the service-specific credential.StatusType
public String toString()
toString
in class Object
Object.toString()
public UpdateServiceSpecificCredentialRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.