@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HoneycodeMetadata extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
HoneycodeMetadata() |
| Modifier and Type | Method and Description |
|---|---|
HoneycodeMetadata |
clone() |
boolean |
equals(Object obj) |
List<String> |
getOAuthScopes() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOAuthScopes(Collection<String> oAuthScopes) |
String |
toString()
Returns a string representation of this object.
|
HoneycodeMetadata |
withOAuthScopes(Collection<String> oAuthScopes) |
HoneycodeMetadata |
withOAuthScopes(String... oAuthScopes)
NOTE: This method appends the values to the existing list (if any).
|
public void setOAuthScopes(Collection<String> oAuthScopes)
oAuthScopes - public HoneycodeMetadata withOAuthScopes(String... oAuthScopes)
NOTE: This method appends the values to the existing list (if any). Use
setOAuthScopes(java.util.Collection) or withOAuthScopes(java.util.Collection) if you want to
override the existing values.
oAuthScopes - public HoneycodeMetadata withOAuthScopes(Collection<String> oAuthScopes)
oAuthScopes - public String toString()
toString in class ObjectObject.toString()public HoneycodeMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.