Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSnapshotResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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