|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elastictranscoder.model.Permission
public class Permission
Constructor Summary | |
---|---|
Permission()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getAccess()
Constraints: Length: 0 - 30 |
String |
getGrantee()
Constraints: Length: 1 - 255 |
String |
getGranteeType()
Constraints: Pattern: (^Canonical$)|(^Email$)|(^Group$) |
int |
hashCode()
|
void |
setAccess(Collection<String> access)
Constraints: Length: 0 - 30 |
void |
setGrantee(String grantee)
Constraints: Length: 1 - 255 |
void |
setGranteeType(String granteeType)
Constraints: Pattern: (^Canonical$)|(^Email$)|(^Group$) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Permission |
withAccess(Collection<String> access)
Returns a reference to this object so that method calls can be chained together. |
Permission |
withAccess(String... access)
Returns a reference to this object so that method calls can be chained together. |
Permission |
withGrantee(String grantee)
Returns a reference to this object so that method calls can be chained together. |
Permission |
withGranteeType(String granteeType)
Returns a reference to this object so that method calls can be chained together. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Permission()
Method Detail |
---|
public String getGranteeType()
Constraints:
Pattern: (^Canonical$)|(^Email$)|(^Group$)
public void setGranteeType(String granteeType)
Constraints:
Pattern: (^Canonical$)|(^Email$)|(^Group$)
granteeType
- public Permission withGranteeType(String granteeType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^Canonical$)|(^Email$)|(^Group$)
granteeType
-
public String getGrantee()
Constraints:
Length: 1 - 255
public void setGrantee(String grantee)
Constraints:
Length: 1 - 255
grantee
- public Permission withGrantee(String grantee)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
grantee
-
public List<String> getAccess()
Constraints:
Length: 0 - 30
public void setAccess(Collection<String> access)
Constraints:
Length: 0 - 30
access
- public Permission withAccess(String... access)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 30
access
-
public Permission withAccess(Collection<String> access)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 30
access
-
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |