@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppRegistryConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Includes all of the AppRegistry settings.
Constructor and Description |
---|
AppRegistryConfiguration() |
Modifier and Type | Method and Description |
---|---|
AppRegistryConfiguration |
clone() |
boolean |
equals(Object obj) |
TagQueryConfiguration |
getTagQueryConfiguration()
Includes the definition of a
tagQuery . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTagQueryConfiguration(TagQueryConfiguration tagQueryConfiguration)
Includes the definition of a
tagQuery . |
String |
toString()
Returns a string representation of this object.
|
AppRegistryConfiguration |
withTagQueryConfiguration(TagQueryConfiguration tagQueryConfiguration)
Includes the definition of a
tagQuery . |
public void setTagQueryConfiguration(TagQueryConfiguration tagQueryConfiguration)
Includes the definition of a tagQuery
.
tagQueryConfiguration
- Includes the definition of a tagQuery
.public TagQueryConfiguration getTagQueryConfiguration()
Includes the definition of a tagQuery
.
tagQuery
.public AppRegistryConfiguration withTagQueryConfiguration(TagQueryConfiguration tagQueryConfiguration)
Includes the definition of a tagQuery
.
tagQueryConfiguration
- Includes the definition of a tagQuery
.public String toString()
toString
in class Object
Object.toString()
public AppRegistryConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.