/// <summary> /// Sets the SendTestNotificationToDestinationResult property. /// </summary> /// <param name="sendTestNotificationToDestinationResult">SendTestNotificationToDestinationResult property.</param> /// <returns>this instance.</returns> public SendTestNotificationToDestinationResponse WithSendTestNotificationToDestinationResult(SendTestNotificationToDestinationResult sendTestNotificationToDestinationResult) { this._sendTestNotificationToDestinationResult = sendTestNotificationToDestinationResult; return(this); }
public override void ReadFragmentFrom(IMwsReader reader) { _sendTestNotificationToDestinationResult = reader.Read <SendTestNotificationToDestinationResult>("SendTestNotificationToDestinationResult"); _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata"); }