コード例 #1
0
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ImportKeyMaterialResponse response = new ImportKeyMaterialResponse();


            return(response);
        }
コード例 #2
0
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ImportKeyMaterialResponse response = new ImportKeyMaterialResponse();


            return response;
        }
コード例 #3
0
        public static ImportKeyMaterialResponse Unmarshall(UnmarshallerContext context)
        {
            ImportKeyMaterialResponse importKeyMaterialResponse = new ImportKeyMaterialResponse();

            importKeyMaterialResponse.HttpResponse = context.HttpResponse;
            importKeyMaterialResponse.RequestId    = context.StringValue("ImportKeyMaterial.RequestId");

            return(importKeyMaterialResponse);
        }