@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMatchmakingConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
UpdateMatchmakingConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateMatchmakingConfigurationResult |
clone() |
boolean |
equals(Object obj) |
MatchmakingConfiguration |
getConfiguration()
Object that describes the updated matchmaking configuration.
|
int |
hashCode() |
void |
setConfiguration(MatchmakingConfiguration configuration)
Object that describes the updated matchmaking configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateMatchmakingConfigurationResult |
withConfiguration(MatchmakingConfiguration configuration)
Object that describes the updated matchmaking configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic UpdateMatchmakingConfigurationResult()
public void setConfiguration(MatchmakingConfiguration configuration)
Object that describes the updated matchmaking configuration.
configuration - Object that describes the updated matchmaking configuration.public MatchmakingConfiguration getConfiguration()
Object that describes the updated matchmaking configuration.
public UpdateMatchmakingConfigurationResult withConfiguration(MatchmakingConfiguration configuration)
Object that describes the updated matchmaking configuration.
configuration - Object that describes the updated matchmaking configuration.public String toString()
toString in class ObjectObject.toString()public UpdateMatchmakingConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.