public class TrustedSigners
extends java.lang.Object
The trusted signers of the URL.
| コンストラクタと説明 |
|---|
TrustedSigners()
Default constructor for a new TrustedSigners object.
|
TrustedSigners(java.util.List<java.lang.String> awsAccountNumbers)
Constructs a new TrustedSigners object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAwsAccountNumbers()
Specifies an AWS account that can create signed URLs.
|
java.lang.String |
getSelf()
Include this empty element if you want to give your own AWS account
permission to create signed URLs.
|
int |
hashCode() |
void |
setAwsAccountNumbers(java.util.Collection<java.lang.String> awsAccountNumbers)
Specifies an AWS account that can create signed URLs.
|
void |
setSelf(java.lang.String self)
Include this empty element if you want to give your own AWS account
permission to create signed URLs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrustedSigners |
withAwsAccountNumbers(java.util.Collection<java.lang.String> awsAccountNumbers)
Specifies an AWS account that can create signed URLs.
|
TrustedSigners |
withAwsAccountNumbers(java.lang.String... awsAccountNumbers)
Specifies an AWS account that can create signed URLs.
|
TrustedSigners |
withSelf(java.lang.String self)
Include this empty element if you want to give your own AWS account
permission to create signed URLs.
|
public TrustedSigners()
public TrustedSigners(java.util.List<java.lang.String> awsAccountNumbers)
awsAccountNumbers - Specifies an AWS account that can create
signed URLs. Remove the dashes. You can specify up to five accounts,
each with its own AwsAccountNumber element.public java.lang.String getSelf()
public void setSelf(java.lang.String self)
self - Include this empty element if you want to give your own AWS account
permission to create signed URLs.public TrustedSigners withSelf(java.lang.String self)
Returns a reference to this object so that method calls can be chained together.
self - Include this empty element if you want to give your own AWS account
permission to create signed URLs.public java.util.List<java.lang.String> getAwsAccountNumbers()
public void setAwsAccountNumbers(java.util.Collection<java.lang.String> awsAccountNumbers)
awsAccountNumbers - Specifies an AWS account that can create signed URLs. Remove the
dashes. You can specify up to five accounts, each with its own
AwsAccountNumber element.public TrustedSigners withAwsAccountNumbers(java.lang.String... awsAccountNumbers)
Returns a reference to this object so that method calls can be chained together.
awsAccountNumbers - Specifies an AWS account that can create signed URLs. Remove the
dashes. You can specify up to five accounts, each with its own
AwsAccountNumber element.public TrustedSigners withAwsAccountNumbers(java.util.Collection<java.lang.String> awsAccountNumbers)
Returns a reference to this object so that method calls can be chained together.
awsAccountNumbers - Specifies an AWS account that can create signed URLs. Remove the
dashes. You can specify up to five accounts, each with its own
AwsAccountNumber element.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object