@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutSigningProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutSigningProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
PutSigningProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the signing profile created.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the signing profile created.
|
String |
toString()
Returns a string representation of this object.
|
PutSigningProfileResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the signing profile created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The Amazon Resource Name (ARN) of the signing profile created.
arn - The Amazon Resource Name (ARN) of the signing profile created.public String getArn()
The Amazon Resource Name (ARN) of the signing profile created.
public PutSigningProfileResult withArn(String arn)
The Amazon Resource Name (ARN) of the signing profile created.
arn - The Amazon Resource Name (ARN) of the signing profile created.public String toString()
toString in class ObjectObject.toString()public PutSigningProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.