Amazon.Redshift.Model.Internal.MarshallTransformations.DescribeClusterSnapshotsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : DescribeClusterSnapshotsResponseUnmarshaller
리턴 DescribeClusterSnapshotsResponseUnmarshaller
        public static DescribeClusterSnapshotsResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DescribeClusterSnapshotsResponseUnmarshaller();
            }
            return instance;
        }