@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCodeSigningConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCodeSigningConfigRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCodeSigningConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AllowedPublishers |
getAllowedPublishers()
Signing profiles for this code signing configuration.
|
String |
getCodeSigningConfigArn()
The The Amazon Resource Name (ARN) of the code signing configuration.
|
CodeSigningPolicies |
getCodeSigningPolicies()
The code signing policy.
|
String |
getDescription()
Descriptive name for this code signing configuration.
|
int |
hashCode() |
void |
setAllowedPublishers(AllowedPublishers allowedPublishers)
Signing profiles for this code signing configuration.
|
void |
setCodeSigningConfigArn(String codeSigningConfigArn)
The The Amazon Resource Name (ARN) of the code signing configuration.
|
void |
setCodeSigningPolicies(CodeSigningPolicies codeSigningPolicies)
The code signing policy.
|
void |
setDescription(String description)
Descriptive name for this code signing configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCodeSigningConfigRequest |
withAllowedPublishers(AllowedPublishers allowedPublishers)
Signing profiles for this code signing configuration.
|
UpdateCodeSigningConfigRequest |
withCodeSigningConfigArn(String codeSigningConfigArn)
The The Amazon Resource Name (ARN) of the code signing configuration.
|
UpdateCodeSigningConfigRequest |
withCodeSigningPolicies(CodeSigningPolicies codeSigningPolicies)
The code signing policy.
|
UpdateCodeSigningConfigRequest |
withDescription(String description)
Descriptive name for this code signing configuration.
|
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 setCodeSigningConfigArn(String codeSigningConfigArn)
The The Amazon Resource Name (ARN) of the code signing configuration.
codeSigningConfigArn
- The The Amazon Resource Name (ARN) of the code signing configuration.public String getCodeSigningConfigArn()
The The Amazon Resource Name (ARN) of the code signing configuration.
public UpdateCodeSigningConfigRequest withCodeSigningConfigArn(String codeSigningConfigArn)
The The Amazon Resource Name (ARN) of the code signing configuration.
codeSigningConfigArn
- The The Amazon Resource Name (ARN) of the code signing configuration.public void setDescription(String description)
Descriptive name for this code signing configuration.
description
- Descriptive name for this code signing configuration.public String getDescription()
Descriptive name for this code signing configuration.
public UpdateCodeSigningConfigRequest withDescription(String description)
Descriptive name for this code signing configuration.
description
- Descriptive name for this code signing configuration.public void setAllowedPublishers(AllowedPublishers allowedPublishers)
Signing profiles for this code signing configuration.
allowedPublishers
- Signing profiles for this code signing configuration.public AllowedPublishers getAllowedPublishers()
Signing profiles for this code signing configuration.
public UpdateCodeSigningConfigRequest withAllowedPublishers(AllowedPublishers allowedPublishers)
Signing profiles for this code signing configuration.
allowedPublishers
- Signing profiles for this code signing configuration.public void setCodeSigningPolicies(CodeSigningPolicies codeSigningPolicies)
The code signing policy.
codeSigningPolicies
- The code signing policy.public CodeSigningPolicies getCodeSigningPolicies()
The code signing policy.
public UpdateCodeSigningConfigRequest withCodeSigningPolicies(CodeSigningPolicies codeSigningPolicies)
The code signing policy.
codeSigningPolicies
- The code signing policy.public String toString()
toString
in class Object
Object.toString()
public UpdateCodeSigningConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()