public static CreateClusterTemplateResponse Unmarshall(UnmarshallerContext _ctx)
        {
			CreateClusterTemplateResponse createClusterTemplateResponse = new CreateClusterTemplateResponse();

			createClusterTemplateResponse.HttpResponse = _ctx.HttpResponse;
			createClusterTemplateResponse.RequestId = _ctx.StringValue("CreateClusterTemplate.RequestId");
			createClusterTemplateResponse.ClusterTemplateId = _ctx.StringValue("CreateClusterTemplate.ClusterTemplateId");
        
			return createClusterTemplateResponse;
        }
        public static CreateClusterTemplateResponse Unmarshall(UnmarshallerContext context)
        {
            CreateClusterTemplateResponse createClusterTemplateResponse = new CreateClusterTemplateResponse();

            createClusterTemplateResponse.HttpResponse      = context.HttpResponse;
            createClusterTemplateResponse.RequestId         = context.StringValue("CreateClusterTemplate.RequestId");
            createClusterTemplateResponse.ClusterTemplateId = context.StringValue("CreateClusterTemplate.ClusterTemplateId");

            return(createClusterTemplateResponse);
        }