@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSigningProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSigningProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetSigningProfileResult |
addSigningParametersEntry(String key,
String value) |
GetSigningProfileResult |
addTagsEntry(String key,
String value) |
GetSigningProfileResult |
clearSigningParametersEntries()
Removes all the entries added into SigningParameters.
|
GetSigningProfileResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetSigningProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the signing profile.
|
SigningPlatformOverrides |
getOverrides()
A list of overrides applied by the target signing profile for signing operations.
|
String |
getPlatformId()
The ID of the platform that is used by the target signing profile.
|
String |
getProfileName()
The name of the target signing profile.
|
SigningMaterial |
getSigningMaterial()
The ARN of the certificate that the target profile uses for signing operations.
|
Map<String,String> |
getSigningParameters()
A map of key-value pairs for signing operations that is attached to the target signing profile.
|
String |
getStatus()
The status of the target signing profile.
|
Map<String,String> |
getTags()
A list of tags associated with the signing profile.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the signing profile.
|
void |
setOverrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
|
void |
setPlatformId(String platformId)
The ID of the platform that is used by the target signing profile.
|
void |
setProfileName(String profileName)
The name of the target signing profile.
|
void |
setSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
void |
setSigningParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
|
void |
setStatus(String status)
The status of the target 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.
|
GetSigningProfileResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the signing profile.
|
GetSigningProfileResult |
withOverrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
|
GetSigningProfileResult |
withPlatformId(String platformId)
The ID of the platform that is used by the target signing profile.
|
GetSigningProfileResult |
withProfileName(String profileName)
The name of the target signing profile.
|
GetSigningProfileResult |
withSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
GetSigningProfileResult |
withSigningParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
|
GetSigningProfileResult |
withStatus(SigningProfileStatus status)
The status of the target signing profile.
|
GetSigningProfileResult |
withStatus(String status)
The status of the target signing profile.
|
GetSigningProfileResult |
withTags(Map<String,String> tags)
A list of tags associated with the signing profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProfileName(String profileName)
The name of the target signing profile.
profileName
- The name of the target signing profile.public String getProfileName()
The name of the target signing profile.
public GetSigningProfileResult withProfileName(String profileName)
The name of the target signing profile.
profileName
- The name of the target signing profile.public void setSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
signingMaterial
- The ARN of the certificate that the target profile uses for signing operations.public SigningMaterial getSigningMaterial()
The ARN of the certificate that the target profile uses for signing operations.
public GetSigningProfileResult withSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
signingMaterial
- The ARN of the certificate that the target profile uses for signing operations.public void setPlatformId(String platformId)
The ID of the platform that is used by the target signing profile.
platformId
- The ID of the platform that is used by the target signing profile.public String getPlatformId()
The ID of the platform that is used by the target signing profile.
public GetSigningProfileResult withPlatformId(String platformId)
The ID of the platform that is used by the target signing profile.
platformId
- The ID of the platform that is used by the target signing profile.public void setOverrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
overrides
- A list of overrides applied by the target signing profile for signing operations.public SigningPlatformOverrides getOverrides()
A list of overrides applied by the target signing profile for signing operations.
public GetSigningProfileResult withOverrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
overrides
- A list of overrides applied by the target signing profile for signing operations.public Map<String,String> getSigningParameters()
A map of key-value pairs for signing operations that is attached to the target signing profile.
public void setSigningParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
signingParameters
- A map of key-value pairs for signing operations that is attached to the target signing profile.public GetSigningProfileResult withSigningParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
signingParameters
- A map of key-value pairs for signing operations that is attached to the target signing profile.public GetSigningProfileResult addSigningParametersEntry(String key, String value)
public GetSigningProfileResult clearSigningParametersEntries()
public void setStatus(String status)
The status of the target signing profile.
status
- The status of the target signing profile.SigningProfileStatus
public String getStatus()
The status of the target signing profile.
SigningProfileStatus
public GetSigningProfileResult withStatus(String status)
The status of the target signing profile.
status
- The status of the target signing profile.SigningProfileStatus
public GetSigningProfileResult withStatus(SigningProfileStatus status)
The status of the target signing profile.
status
- The status of the target signing profile.SigningProfileStatus
public void setArn(String arn)
The Amazon Resource Name (ARN) for the signing profile.
arn
- The Amazon Resource Name (ARN) for the signing profile.public String getArn()
The Amazon Resource Name (ARN) for the signing profile.
public GetSigningProfileResult withArn(String arn)
The Amazon Resource Name (ARN) for the signing profile.
arn
- The 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 GetSigningProfileResult 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 GetSigningProfileResult addTagsEntry(String key, String value)
public GetSigningProfileResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetSigningProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.