AWS SDK for .NET Documentation
WithAttribute Method (key, value)
AmazonAmazon.SimpleNotificationService.ModelSetPlatformApplicationAttributesRequestWithAttribute(String, String) Did this page help you?   Yes   No    Tell us about it...
Modifies this request to include the specified attribute. If an attribute already exists, its value will be replaced with the new value.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public SetPlatformApplicationAttributesRequest WithAttribute(
	string key,
	string value
)
Parameters
key (String)
The key.
value (String)
The value.
Return Value
The current instance.
Exceptions
ExceptionCondition
ArgumentExceptionInvalid key; cannot be NULL or empty.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)