@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningProfile extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the ACM certificates and code signing configuration parameters that can be used by a given code signing user.
| Constructor and Description |
|---|
SigningProfile() |
| Modifier and Type | Method and Description |
|---|---|
SigningProfile |
addSigningParametersEntry(String key,
String value) |
SigningProfile |
addTagsEntry(String key,
String value) |
SigningProfile |
clearSigningParametersEntries()
Removes all the entries added into SigningParameters.
|
SigningProfile |
clearTagsEntries()
Removes all the entries added into Tags.
|
SigningProfile |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Amazon Resource Name (ARN) for the signing profile.
|
String |
getPlatformId()
The ID of a platform that is available for use by a signing profile.
|
String |
getProfileName()
The name of the signing profile.
|
SigningMaterial |
getSigningMaterial()
The ACM certificate that is available for use by a signing profile.
|
Map<String,String> |
getSigningParameters()
The parameters that are available for use by a code signing user.
|
String |
getStatus()
The status of a code signing profile.
|
Map<String,String> |
getTags()
A list of tags associated with the signing profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
Amazon Resource Name (ARN) for the signing profile.
|
void |
setPlatformId(String platformId)
The ID of a platform that is available for use by a signing profile.
|
void |
setProfileName(String profileName)
The name of the signing profile.
|
void |
setSigningMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
|
void |
setSigningParameters(Map<String,String> signingParameters)
The parameters that are available for use by a code signing user.
|
void |
setStatus(String status)
The status of a code signing profile.
|
void |
setTags(Map<String,String> tags)
A list of tags associated with the signing profile.
|
String |
toString()
Returns a string representation of this object.
|
SigningProfile |
withArn(String arn)
Amazon Resource Name (ARN) for the signing profile.
|
SigningProfile |
withPlatformId(String platformId)
The ID of a platform that is available for use by a signing profile.
|
SigningProfile |
withProfileName(String profileName)
The name of the signing profile.
|
SigningProfile |
withSigningMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
|
SigningProfile |
withSigningParameters(Map<String,String> signingParameters)
The parameters that are available for use by a code signing user.
|
SigningProfile |
withStatus(SigningProfileStatus status)
The status of a code signing profile.
|
SigningProfile |
withStatus(String status)
The status of a code signing profile.
|
SigningProfile |
withTags(Map<String,String> tags)
A list of tags associated with the signing profile.
|
public void setProfileName(String profileName)
The name of the signing profile.
profileName - The name of the signing profile.public String getProfileName()
The name of the signing profile.
public SigningProfile withProfileName(String profileName)
The name of the signing profile.
profileName - The name of the signing profile.public void setSigningMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
signingMaterial - The ACM certificate that is available for use by a signing profile.public SigningMaterial getSigningMaterial()
The ACM certificate that is available for use by a signing profile.
public SigningProfile withSigningMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
signingMaterial - The ACM certificate that is available for use by a signing profile.public void setPlatformId(String platformId)
The ID of a platform that is available for use by a signing profile.
platformId - The ID of a platform that is available for use by a signing profile.public String getPlatformId()
The ID of a platform that is available for use by a signing profile.
public SigningProfile withPlatformId(String platformId)
The ID of a platform that is available for use by a signing profile.
platformId - The ID of a platform that is available for use by a signing profile.public Map<String,String> getSigningParameters()
The parameters that are available for use by a code signing user.
public void setSigningParameters(Map<String,String> signingParameters)
The parameters that are available for use by a code signing user.
signingParameters - The parameters that are available for use by a code signing user.public SigningProfile withSigningParameters(Map<String,String> signingParameters)
The parameters that are available for use by a code signing user.
signingParameters - The parameters that are available for use by a code signing user.public SigningProfile addSigningParametersEntry(String key, String value)
public SigningProfile clearSigningParametersEntries()
public void setStatus(String status)
The status of a code signing profile.
status - The status of a code signing profile.SigningProfileStatuspublic String getStatus()
The status of a code signing profile.
SigningProfileStatuspublic SigningProfile withStatus(String status)
The status of a code signing profile.
status - The status of a code signing profile.SigningProfileStatuspublic SigningProfile withStatus(SigningProfileStatus status)
The status of a code signing profile.
status - The status of a code signing profile.SigningProfileStatuspublic void setArn(String arn)
Amazon Resource Name (ARN) for the signing profile.
arn - Amazon Resource Name (ARN) for the signing profile.public String getArn()
Amazon Resource Name (ARN) for the signing profile.
public SigningProfile withArn(String arn)
Amazon Resource Name (ARN) for the signing profile.
arn - Amazon Resource Name (ARN) for the signing profile.public Map<String,String> getTags()
A list of tags associated with the signing profile.
public void setTags(Map<String,String> tags)
A list of tags associated with the signing profile.
tags - A list of tags associated with the signing profile.public SigningProfile withTags(Map<String,String> tags)
A list of tags associated with the signing profile.
tags - A list of tags associated with the signing profile.public SigningProfile addTagsEntry(String key, String value)
public SigningProfile clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public SigningProfile clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.